Html Css Color HEX #CAE079 Sulu

📋 copy color: '#CAE079'

red 202 ◦ green 224 ◦ blue 121

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

Shades of Sulu #CAE079

Tints of Sulu #CAE079

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.95%

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

R = 36.93%
G = 40.95%
B = 22.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#CAE079 (or 0xCAE079) is known color: Sulu. HEX triplet: CA, E0 and 79. RGB value is (202,224,121). Sum of RGB (Red+Green+Blue) = 202+224+121=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 121 (47.66% from 255 or 22.12% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE079 is #351F86. Grayscale: #CECECE. Windows color (decimal): -3481479 or 7987402. OLE color: 7987402.

HSL color Cylindrical-coordinate representation of color #CAE079: hue angle of 72.82º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAE079 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 121 -
CMYK 0.10 0 0.46 0.12
HSL 72.82º 0.62% 0.68% -
HSV(B) 72.82º 0.46% 0.88% -
XYZ 54.46 67.25 28.2 -
YUV 205.68 80.21 125.38 -
System Red Green Blue C M Y K H S L
Decimal 202 224 121 0.10 0 0.46 0.12 72.82 0.62 0.68
Hex CA E0 79 A 0 2E C 49 3E 44
Octal 312 340 171 12 0 56 14 111 76 104
Binary 11001010 11100000 1111001 1010 0 101110 1100 1001001 111110 1000100

Color Harmonies of #CAE079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE079

Black with #CAE079

Text Example


Text Example

White with #CAE079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE079; }

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

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

background-color css

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

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

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

border-color css

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

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

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