Html Css Color HEX #CDE096 Reef

📋 copy color: '#CDE096'

red 205 ◦ green 224 ◦ blue 150

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

Shades of Reef #CDE096

Tints of Reef #CDE096

RGB

 RED value IS 205 (80.47% from 255) = 35.41%

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

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

R = 35.41%
G = 38.69%
B = 25.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#CDE096 (or 0xCDE096) is known color: Reef. HEX triplet: CD, E0 and 96. RGB value is (205,224,150). Sum of RGB (Red+Green+Blue) = 205+224+150=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE096 is #321F69. Grayscale: #D2D2D2. Windows color (decimal): -3284842 or 9887949. OLE color: 9887949.

HSL color Cylindrical-coordinate representation of color #CDE096: hue angle of 75.41º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDE096 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 150 -
CMYK 0.08 0 0.33 0.12
HSL 75.41º 0.54% 0.73% -
HSV(B) 75.41º 0.33% 0.88% -
XYZ 57.34 68.49 39.05 -
YUV 209.88 94.21 124.52 -
System Red Green Blue C M Y K H S L
Decimal 205 224 150 0.08 0 0.33 0.12 75.41 0.54 0.73
Hex CD E0 96 8 0 21 C 4B 36 49
Octal 315 340 226 10 0 41 14 113 66 111
Binary 11001101 11100000 10010110 1000 0 100001 1100 1001011 110110 1001001

Color Harmonies of #CDE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE096

Black with #CDE096

Text Example


Text Example

White with #CDE096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE096; }

 p { color: rgb(205,224,150); }

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

background-color css

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

 a { background-color: rgb(205,224,150); }

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

border-color css

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

 span { border-color: rgb(205,224,150); }

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