Html Css Color HEX #CDE097 Reef

📋 copy color: '#CDE097'

red 205 ◦ green 224 ◦ blue 151

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

Shades of Reef #CDE097

Tints of Reef #CDE097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.03%

R = 35.34%
G = 38.62%
B = 26.03%

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

#CDE097 (or 0xCDE097) is known color: Reef. HEX triplet: CD, E0 and 97. RGB value is (205,224,151). Sum of RGB (Red+Green+Blue) = 205+224+151=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE097 is #321F68. Grayscale: #D2D2D2. Windows color (decimal): -3284841 or 9953485. OLE color: 9953485.

HSL color Cylindrical-coordinate representation of color #CDE097: hue angle of 75.62º degrees, saturation: 0.54, 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 #CDE097 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 151 -
CMYK 0.08 0 0.33 0.12
HSL 75.62º 0.54% 0.74% -
HSV(B) 75.62º 0.33% 0.88% -
XYZ 57.42 68.52 39.48 -
YUV 210 94.71 124.44 -
System Red Green Blue C M Y K H S L
Decimal 205 224 151 0.08 0 0.33 0.12 75.62 0.54 0.74
Hex CD E0 97 8 0 21 C 4C 36 4A
Octal 315 340 227 10 0 41 14 114 66 112
Binary 11001101 11100000 10010111 1000 0 100001 1100 1001100 110110 1001010

Color Harmonies of #CDE097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE097

Black with #CDE097

Text Example


Text Example

White with #CDE097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE097; }

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

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

background-color css

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

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

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

border-color css

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

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

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