Html Css Color HEX #CAE083 Sulu

📋 copy color: '#CAE083'

red 202 ◦ green 224 ◦ blue 131

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

Shades of Sulu #CAE083

Tints of Sulu #CAE083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.52%

R = 36.27%
G = 40.22%
B = 23.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#CAE083 (or 0xCAE083) is known color: Sulu. HEX triplet: CA, E0 and 83. RGB value is (202,224,131). Sum of RGB (Red+Green+Blue) = 202+224+131=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE083 is #351F7C. Grayscale: #CFCFCF. Windows color (decimal): -3481469 or 8642762. OLE color: 8642762.

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

Color convert

RGB 202 224 131 -
CMYK 0.10 0 0.42 0.12
HSL 74.19º 0.6% 0.7% -
HSV(B) 74.19º 0.42% 0.88% -
XYZ 55.11 67.51 31.6 -
YUV 206.82 85.21 124.56 -
System Red Green Blue C M Y K H S L
Decimal 202 224 131 0.10 0 0.42 0.12 74.19 0.6 0.7
Hex CA E0 83 A 0 2A C 4A 3C 46
Octal 312 340 203 12 0 52 14 112 74 106
Binary 11001010 11100000 10000011 1010 0 101010 1100 1001010 111100 1000110

Color Harmonies of #CAE083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE083

Black with #CAE083

Text Example


Text Example

White with #CAE083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE083; }

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

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

background-color css

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

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

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

border-color css

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

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

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