Html Css Color HEX #CDE196 Reef

📋 copy color: '#CDE196'

red 205 ◦ green 225 ◦ blue 150

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

Shades of Reef #CDE196

Tints of Reef #CDE196

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.79%

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

R = 35.34%
G = 38.79%
B = 25.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#CDE196 (or 0xCDE196) is known color: Reef. HEX triplet: CD, E1 and 96. RGB value is (205,225,150). Sum of RGB (Red+Green+Blue) = 205+225+150=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE196 is #321E69. Grayscale: #D2D2D2. Windows color (decimal): -3284586 or 9888205. OLE color: 9888205.

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

Color convert

RGB 205 225 150 -
CMYK 0.09 0 0.33 0.12
HSL 76º 0.56% 0.74% -
HSV(B) 76º 0.33% 0.88% -
XYZ 57.61 69.03 39.14 -
YUV 210.47 93.87 124.1 -
System Red Green Blue C M Y K H S L
Decimal 205 225 150 0.09 0 0.33 0.12 76 0.56 0.74
Hex CD E1 96 9 0 21 C 4C 38 4A
Octal 315 341 226 11 0 41 14 114 70 112
Binary 11001101 11100001 10010110 1001 0 100001 1100 1001100 111000 1001010

Color Harmonies of #CDE196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE196

Black with #CDE196

Text Example


Text Example

White with #CDE196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE196; }

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

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

background-color css

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

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

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

border-color css

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

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

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