Html Css Color HEX #CADE96 Reef

📋 copy color: '#CADE96'

red 202 ◦ green 222 ◦ blue 150

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

Shades of Reef #CADE96

Tints of Reef #CADE96

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.68%

 BLUE value IS 150 (58.98% from 255) = 26.13%

R = 35.19%
G = 38.68%
B = 26.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#CADE96 (or 0xCADE96) is known color: Reef. HEX triplet: CA, DE and 96. RGB value is (202,222,150). Sum of RGB (Red+Green+Blue) = 202+222+150=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADE96 is #352169. Grayscale: #D0D0D0. Windows color (decimal): -3481962 or 9887434. OLE color: 9887434.

HSL color Cylindrical-coordinate representation of color #CADE96: hue angle of 76.67º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CADE96 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 222 150 -
CMYK 0.09 0 0.32 0.13
HSL 76.67º 0.52% 0.73% -
HSV(B) 76.67º 0.32% 0.87% -
XYZ 55.98 67 38.84 -
YUV 207.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 202 222 150 0.09 0 0.32 0.13 76.67 0.52 0.73
Hex CA DE 96 9 0 20 D 4D 34 49
Octal 312 336 226 11 0 40 15 115 64 111
Binary 11001010 11011110 10010110 1001 0 100000 1101 1001101 110100 1001001

Color Harmonies of #CADE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADE96

Black with #CADE96

Text Example


Text Example

White with #CADE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADE96; }

 p { color: rgb(202,222,150); }

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

background-color css

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

 a { background-color: rgb(202,222,150); }

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

border-color css

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

 span { border-color: rgb(202,222,150); }

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