Html Css Color HEX #CAF679 Sulu

📋 copy color: '#CAF679'

red 202 ◦ green 246 ◦ blue 121

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

Shades of Sulu #CAF679

Tints of Sulu #CAF679

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.23%

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

R = 35.5%
G = 43.23%
B = 21.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#CAF679 (or 0xCAF679) is known color: Sulu. HEX triplet: CA, F6 and 79. RGB value is (202,246,121). Sum of RGB (Red+Green+Blue) = 202+246+121=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 121 (47.66% from 255 or 21.27% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF679 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF679 is #350986. Grayscale: #DBDBDB. Windows color (decimal): -3475847 or 7993034. OLE color: 7993034.

HSL color Cylindrical-coordinate representation of color #CAF679: hue angle of 81.12º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAF679 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 121 -
CMYK 0.18 0 0.51 0.04
HSL 81.12º 0.87% 0.72% -
HSV(B) 81.12º 0.51% 0.96% -
XYZ 60.76 79.85 30.3 -
YUV 218.59 72.92 116.16 -
System Red Green Blue C M Y K H S L
Decimal 202 246 121 0.18 0 0.51 0.04 81.12 0.87 0.72
Hex CA F6 79 12 0 33 4 51 57 48
Octal 312 366 171 22 0 63 4 121 127 110
Binary 11001010 11110110 1111001 10010 0 110011 100 1010001 1010111 1001000

Color Harmonies of #CAF679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF679

Black with #CAF679

Text Example


Text Example

White with #CAF679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF679; }

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

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

background-color css

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

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

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

border-color css

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

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

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