Html Css Color HEX #CDE895 Reef

📋 copy color: '#CDE895'

red 205 ◦ green 232 ◦ blue 149

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

Shades of Reef #CDE895

Tints of Reef #CDE895

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.59%

 BLUE value IS 149 (58.59% from 255) = 25.43%

R = 34.98%
G = 39.59%
B = 25.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#CDE895 (or 0xCDE895) is known color: Reef. HEX triplet: CD, E8 and 95. RGB value is (205,232,149). Sum of RGB (Red+Green+Blue) = 205+232+149=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE895 is #32176A. Grayscale: #D6D6D6. Windows color (decimal): -3282795 or 9824461. OLE color: 9824461.

HSL color Cylindrical-coordinate representation of color #CDE895: hue angle of 79.52º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDE895 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 232 149 -
CMYK 0.12 0 0.36 0.09
HSL 79.52º 0.64% 0.75% -
HSV(B) 79.52º 0.36% 0.91% -
XYZ 59.46 72.86 39.36 -
YUV 214.47 91.05 121.25 -
System Red Green Blue C M Y K H S L
Decimal 205 232 149 0.12 0 0.36 0.09 79.52 0.64 0.75
Hex CD E8 95 C 0 24 9 50 40 4B
Octal 315 350 225 14 0 44 11 120 100 113
Binary 11001101 11101000 10010101 1100 0 100100 1001 1010000 1000000 1001011

Color Harmonies of #CDE895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE895

Black with #CDE895

Text Example


Text Example

White with #CDE895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE895; }

 p { color: rgb(205,232,149); }

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

background-color css

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

 a { background-color: rgb(205,232,149); }

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

border-color css

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

 span { border-color: rgb(205,232,149); }

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