Html Css Color HEX #CAEA79 Sulu

📋 copy color: '#CAEA79'

red 202 ◦ green 234 ◦ blue 121

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

Shades of Sulu #CAEA79

Tints of Sulu #CAEA79

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.01%

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

R = 36.27%
G = 42.01%
B = 21.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#CAEA79 (or 0xCAEA79) is known color: Sulu. HEX triplet: CA, EA and 79. RGB value is (202,234,121). Sum of RGB (Red+Green+Blue) = 202+234+121=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 121 (47.66% from 255 or 21.72% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEA79 is #351586. Grayscale: #D3D3D3. Windows color (decimal): -3478919 or 7989962. OLE color: 7989962.

HSL color Cylindrical-coordinate representation of color #CAEA79: hue angle of 76.99º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAEA79 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 234 121 -
CMYK 0.14 0 0.48 0.08
HSL 76.99º 0.73% 0.7% -
HSV(B) 76.99º 0.48% 0.92% -
XYZ 57.23 72.78 29.12 -
YUV 211.55 76.9 121.19 -
System Red Green Blue C M Y K H S L
Decimal 202 234 121 0.14 0 0.48 0.08 76.99 0.73 0.7
Hex CA EA 79 E 0 30 8 4D 49 46
Octal 312 352 171 16 0 60 10 115 111 106
Binary 11001010 11101010 1111001 1110 0 110000 1000 1001101 1001001 1000110

Color Harmonies of #CAEA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEA79

Black with #CAEA79

Text Example


Text Example

White with #CAEA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEA79; }

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

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

background-color css

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

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

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

border-color css

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

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

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