Html Css Color HEX #CAE58C Sulu

📋 copy color: '#CAE58C'

red 202 ◦ green 229 ◦ blue 140

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

Shades of Sulu #CAE58C

Tints of Sulu #CAE58C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.11%

 BLUE value IS 140 (55.08% from 255) = 24.52%

R = 35.38%
G = 40.11%
B = 24.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#CAE58C (or 0xCAE58C) is known color: Sulu. HEX triplet: CA, E5 and 8C. RGB value is (202,229,140). Sum of RGB (Red+Green+Blue) = 202+229+140=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE58C is #351A73. Grayscale: #D3D3D3. Windows color (decimal): -3480180 or 9233866. OLE color: 9233866.

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

Color convert

RGB 202 229 140 -
CMYK 0.12 0 0.39 0.10
HSL 78.2º 0.63% 0.72% -
HSV(B) 78.2º 0.39% 0.9% -
XYZ 57.11 70.49 35.41 -
YUV 210.78 88.05 121.74 -
System Red Green Blue C M Y K H S L
Decimal 202 229 140 0.12 0 0.39 0.10 78.2 0.63 0.72
Hex CA E5 8C C 0 27 A 4E 3F 48
Octal 312 345 214 14 0 47 12 116 77 110
Binary 11001010 11100101 10001100 1100 0 100111 1010 1001110 111111 1001000

Color Harmonies of #CAE58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE58C

Black with #CAE58C

Text Example


Text Example

White with #CAE58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE58C; }

 p { color: rgb(202,229,140); }

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

background-color css

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

 a { background-color: rgb(202,229,140); }

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

border-color css

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

 span { border-color: rgb(202,229,140); }

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