Html Css Color HEX #CAE49C Reef

📋 copy color: '#CAE49C'

red 202 ◦ green 228 ◦ blue 156

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

Shades of Reef #CAE49C

Tints of Reef #CAE49C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.91%

 BLUE value IS 156 (61.33% from 255) = 26.62%

R = 34.47%
G = 38.91%
B = 26.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#CAE49C (or 0xCAE49C) is known color: Reef. HEX triplet: CA, E4 and 9C. RGB value is (202,228,156). Sum of RGB (Red+Green+Blue) = 202+228+156=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 156 (61.33% from 255 or 26.62% from 586); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE49C is #351B63. Grayscale: #D4D4D4. Windows color (decimal): -3480420 or 10282186. OLE color: 10282186.

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

Color convert

RGB 202 228 156 -
CMYK 0.11 0 0.32 0.11
HSL 81.67º 0.57% 0.75% -
HSV(B) 81.67º 0.32% 0.89% -
XYZ 58.1 70.44 41.99 -
YUV 212.02 96.39 120.85 -
System Red Green Blue C M Y K H S L
Decimal 202 228 156 0.11 0 0.32 0.11 81.67 0.57 0.75
Hex CA E4 9C B 0 20 B 52 39 4B
Octal 312 344 234 13 0 40 13 122 71 113
Binary 11001010 11100100 10011100 1011 0 100000 1011 1010010 111001 1001011

Color Harmonies of #CAE49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE49C

Black with #CAE49C

Text Example


Text Example

White with #CAE49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE49C; }

 p { color: rgb(202,228,156); }

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

background-color css

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

 a { background-color: rgb(202,228,156); }

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

border-color css

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

 span { border-color: rgb(202,228,156); }

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