Html Css Color HEX #CAF277 Sulu

📋 copy color: '#CAF277'

red 202 ◦ green 242 ◦ blue 119

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

Shades of Sulu #CAF277

Tints of Sulu #CAF277

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.98%

 BLUE value IS 119 (46.88% from 255) = 21.14%

R = 35.88%
G = 42.98%
B = 21.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#CAF277 (or 0xCAF277) is known color: Sulu. HEX triplet: CA, F2 and 77. RGB value is (202,242,119). Sum of RGB (Red+Green+Blue) = 202+242+119=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF277 is #350D88. Grayscale: #D8D8D8. Windows color (decimal): -3476873 or 7860938. OLE color: 7860938.

HSL color Cylindrical-coordinate representation of color #CAF277: hue angle of 79.51º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAF277 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 119 -
CMYK 0.17 0 0.51 0.05
HSL 79.51º 0.83% 0.71% -
HSV(B) 79.51º 0.51% 0.95% -
XYZ 59.44 77.39 29.26 -
YUV 216.02 73.25 118 -
System Red Green Blue C M Y K H S L
Decimal 202 242 119 0.17 0 0.51 0.05 79.51 0.83 0.71
Hex CA F2 77 11 0 33 5 50 53 47
Octal 312 362 167 21 0 63 5 120 123 107
Binary 11001010 11110010 1110111 10001 0 110011 101 1010000 1010011 1000111

Color Harmonies of #CAF277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF277

Black with #CAF277

Text Example


Text Example

White with #CAF277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF277; }

 p { color: rgb(202,242,119); }

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

background-color css

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

 a { background-color: rgb(202,242,119); }

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

border-color css

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

 span { border-color: rgb(202,242,119); }

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