Html Css Color HEX #CAF379 Sulu

📋 copy color: '#CAF379'

red 202 ◦ green 243 ◦ blue 121

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

Shades of Sulu #CAF379

Tints of Sulu #CAF379

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.93%

 BLUE value IS 121 (47.66% from 255) = 21.38%

R = 35.69%
G = 42.93%
B = 21.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#CAF379 (or 0xCAF379) is known color: Sulu. HEX triplet: CA, F3 and 79. RGB value is (202,243,121). Sum of RGB (Red+Green+Blue) = 202+243+121=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 121 (47.66% from 255 or 21.38% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF379 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF379 is #350C86. Grayscale: #D9D9D9. Windows color (decimal): -3476615 or 7992266. OLE color: 7992266.

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

Color convert

RGB 202 243 121 -
CMYK 0.17 0 0.50 0.05
HSL 80.16º 0.84% 0.71% -
HSV(B) 80.16º 0.5% 0.95% -
XYZ 59.86 78.04 30 -
YUV 216.83 73.92 117.42 -
System Red Green Blue C M Y K H S L
Decimal 202 243 121 0.17 0 0.50 0.05 80.16 0.84 0.71
Hex CA F3 79 11 0 32 5 50 54 47
Octal 312 363 171 21 0 62 5 120 124 107
Binary 11001010 11110011 1111001 10001 0 110010 101 1010000 1010100 1000111

Color Harmonies of #CAF379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF379

Black with #CAF379

Text Example


Text Example

White with #CAF379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF379; }

 p { color: rgb(202,243,121); }

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

background-color css

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

 a { background-color: rgb(202,243,121); }

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

border-color css

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

 span { border-color: rgb(202,243,121); }

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