#CAFF74

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

Shades of Sulu #CAFF74

Tints of Sulu #CAFF74

Color information

#CAFF74 (or 0xCAFF74) is unknown color: approx Sulu. HEX triplet: CA, FF and 74. RGB value is (202,255,116). Sum of RGB (Red+Green+Blue) = 202+255+116=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFF74 is #35008B. Grayscale: #DFDFDF. Windows color (decimal): -3473548 or 7667658. OLE color: 7667658.

HSL color Cylindrical-coordinate representation of color #CAFF74: hue angle of 82.88º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAFF74 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB202255116-
CMYK0.2100.550
HSL82.88º100%72.75%-
HSV(B)82.88º54.51%100%-
XYZ63.2785.3429.66-
YUV223.3167.44112.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 255 (100% from 255) = 44.50%
BLUE value IS 116 (45.70% from 255) = 20.24%
R=35.25%
G=44.50%
B=20.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551160.2100.55082.8810072.75
HexCAFF74150370536449
Octal312377164250670123144111
Binary110010101111111111101001010101101110101001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFF74; }

 p { color: rgb(202,255,116); }

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

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

 a { background-color: rgb(202,255,116); }

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

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

 span { border-color: rgb(202,255,116); }

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