Html Css Color HEX #CAF078 Sulu

📋 copy color: '#CAF078'

red 202 ◦ green 240 ◦ blue 120

#CAF078
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #CAF078

Tints of Sulu #CAF078

RGB

 RED value IS 202 (79.3% from 255) = 35.94%

 GREEN value IS 240 (94.14% from 255) = 42.7%

 BLUE value IS 120 (47.27% from 255) = 21.35%

R = 35.94%
G = 42.7%
B = 21.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#CAF078 (or 0xCAF078) is known color: Sulu. HEX triplet: CA, F0 and 78. RGB value is (202,240,120). Sum of RGB (Red+Green+Blue) = 202+240+120=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 120 (47.27% from 255 or 21.35% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF078 is #350F87. Grayscale: #D7D7D7. Windows color (decimal): -3477384 or 7925962. OLE color: 7925962.

HSL color Cylindrical-coordinate representation of color #CAF078: hue angle of 79º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAF078 is Cyan = 0.16, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 120 -
CMYK 0.16 0 0.5 0.06
HSL 79º 0.8% 0.71% -
HSV(B) 79º 0.5% 0.94% -
XYZ 58.91 76.23 29.38 -
YUV 214.96 74.41 118.76 -
System Red Green Blue C M Y K H S L
Decimal 202 240 120 0.16 0 0.5 0.06 79 0.8 0.71
Hex CA F0 78 10 0 32 6 4F 50 47
Octal 312 360 170 20 0 62 6 117 120 107
Binary 11001010 11110000 1111000 10000 0 110010 110 1001111 1010000 1000111

Color Harmonies of #CAF078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF078

Black with #CAF078

Text Example


Text Example

White with #CAF078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF078; }

 p { color: rgb(202,240,120); }

 H1.HeaderClassName
 {
   color: #CAF078;
 }
 .AnyTagClassName
 {
   color: #CAF078;
 }
</style>

background-color css

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

 a { background-color: rgb(202,240,120); }

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

border-color css

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

 span { border-color: rgb(202,240,120); }

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