#C4F069

Color #C4F069 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C4F069

Tints of Sulu #C4F069

Color information

#C4F069 (or 0xC4F069) is unknown color: approx Sulu. HEX triplet: C4, F0 and 69. RGB value is (196,240,105). Sum of RGB (Red+Green+Blue) = 196+240+105=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F069 is #3B0F96. Grayscale: #D3D3D3. Windows color (decimal): -3870615 or 6942916. OLE color: 6942916.

HSL color Cylindrical-coordinate representation of color #C4F069: hue angle of 79.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4F069 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB196240105-
CMYK0.1800.560.06
HSL79.56º81.82%67.65%-
HSV(B)79.56º56.25%94.12%-
XYZ56.4775.0824.88-
YUV211.4567.92116.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 36.23%
GREEN value IS 240 (94.14% from 255) = 44.36%
BLUE value IS 105 (41.41% from 255) = 19.41%
R=36.23%
G=44.36%
B=19.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1962401050.1800.560.0679.5681.8267.65
HexC4F069120386505244
Octal304360151220706120122104
Binary11000100111100001101001100100111000110101000010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F069; }

 p { color: rgb(196,240,105); }

 H1.HeaderClassName
 {
   color: #C4F069;
 }
 .AnyTagClassName
 {
   color: #C4F069;
 }
</style>
background-color css

<style>
 a { background-color: #C4F069; }

 a { background-color: rgb(196,240,105); }

 div.DivClassName
 {
   background-color: #C4F069;
 }
 .BgClassName
 {
   background-color: #C4F069;
 }
</style>
border-color css

<style>
 span { border-color: #C4F069; }

 span { border-color: rgb(196,240,105); }

 td.TdClassName
 {
   border-color: #C4F069;
 }
 .TagClassName
 {
   border-color: #C4F069;
 }
</style>