Html Css Color HEX #CAE276 Sulu

📋 copy color: '#CAE276'

red 202 ◦ green 226 ◦ blue 118

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

Shades of Sulu #CAE276

Tints of Sulu #CAE276

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.39%

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

R = 37%
G = 41.39%
B = 21.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#CAE276 (or 0xCAE276) is known color: Sulu. HEX triplet: CA, E2 and 76. RGB value is (202,226,118). Sum of RGB (Red+Green+Blue) = 202+226+118=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE276 is #351D89. Grayscale: #CECECE. Windows color (decimal): -3480970 or 7791306. OLE color: 7791306.

HSL color Cylindrical-coordinate representation of color #CAE276: hue angle of 73.33º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAE276 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 226 118 -
CMYK 0.11 0 0.48 0.11
HSL 73.33º 0.65% 0.67% -
HSV(B) 73.33º 0.48% 0.89% -
XYZ 54.82 68.26 27.43 -
YUV 206.51 78.05 124.78 -
System Red Green Blue C M Y K H S L
Decimal 202 226 118 0.11 0 0.48 0.11 73.33 0.65 0.67
Hex CA E2 76 B 0 30 B 49 41 43
Octal 312 342 166 13 0 60 13 111 101 103
Binary 11001010 11100010 1110110 1011 0 110000 1011 1001001 1000001 1000011

Color Harmonies of #CAE276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE276

Black with #CAE276

Text Example


Text Example

White with #CAE276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE276; }

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

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

background-color css

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

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

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

border-color css

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

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

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