#CDE193

Color #CDE193 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CDE193

Tints of Reef #CDE193

Color information

#CDE193 (or 0xCDE193) is unknown color: approx Reef. HEX triplet: CD, E1 and 93. RGB value is (205,225,147). Sum of RGB (Red+Green+Blue) = 205+225+147=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 147 (57.81% from 255 or 25.48% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE193 is #321E6C. Grayscale: #D2D2D2. Windows color (decimal): -3284589 or 9691597. OLE color: 9691597.

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

Color convert

RGB205225147-
CMYK0.0900.350.12
HSL75.38º56.52%72.94%-
HSV(B)75.38º34.67%88.24%-
XYZ57.3768.9437.89-
YUV210.1392.37124.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 225 (88.28% from 255) = 38.99%
BLUE value IS 147 (57.81% from 255) = 25.48%
R=35.53%
G=38.99%
B=25.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251470.0900.350.1275.3856.5272.94
HexCDE1939023C4b3949
Octal315341223110431411371111
Binary11001101111000011001001110010100011110010010111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE193; }

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

 H1.HeaderClassName
 {
   color: #CDE193;
 }
 .AnyTagClassName
 {
   color: #CDE193;
 }
</style>
background-color css

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

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

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

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

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

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