Html Css Color HEX #CAE076 Sulu

📋 copy color: '#CAE076'

red 202 ◦ green 224 ◦ blue 118

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

Shades of Sulu #CAE076

Tints of Sulu #CAE076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.69%

R = 37.13%
G = 41.18%
B = 21.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#CAE076 (or 0xCAE076) is known color: Sulu. HEX triplet: CA, E0 and 76. RGB value is (202,224,118). Sum of RGB (Red+Green+Blue) = 202+224+118=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE076 is #351F89. Grayscale: #CDCDCD. Windows color (decimal): -3481482 or 7790794. OLE color: 7790794.

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

Color convert

RGB 202 224 118 -
CMYK 0.10 0 0.47 0.12
HSL 72.45º 0.63% 0.67% -
HSV(B) 72.45º 0.47% 0.88% -
XYZ 54.28 67.18 27.24 -
YUV 205.34 78.71 125.62 -
System Red Green Blue C M Y K H S L
Decimal 202 224 118 0.10 0 0.47 0.12 72.45 0.63 0.67
Hex CA E0 76 A 0 2F C 48 3F 43
Octal 312 340 166 12 0 57 14 110 77 103
Binary 11001010 11100000 1110110 1010 0 101111 1100 1001000 111111 1000011

Color Harmonies of #CAE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE076

Black with #CAE076

Text Example


Text Example

White with #CAE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE076; }

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

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

background-color css

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

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

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

border-color css

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

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

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