#CDE691

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

Shades of Reef #CDE691

Tints of Reef #CDE691

Color information

#CDE691 (or 0xCDE691) is unknown color: approx Reef. HEX triplet: CD, E6 and 91. RGB value is (205,230,145). Sum of RGB (Red+Green+Blue) = 205+230+145=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE691 is #32196E. Grayscale: #D5D5D5. Windows color (decimal): -3283311 or 9561805. OLE color: 9561805.

HSL color Cylindrical-coordinate representation of color #CDE691: hue angle of 77.65º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDE691 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB205230145-
CMYK0.1100.370.10
HSL77.65º62.96%73.53%-
HSV(B)77.65º36.96%90.2%-
XYZ58.5871.6237.52-
YUV212.8389.72122.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 230 (90.23% from 255) = 39.66%
BLUE value IS 145 (57.03% from 255) = 25%
R=35.34%
G=39.66%
B=25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052301450.1100.370.1077.6562.9673.53
HexCDE691B025A4e3f4a
Octal315346221130451211677112
Binary11001101111001101001000110110100101101010011101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE691; }

 p { color: rgb(205,230,145); }

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

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

 a { background-color: rgb(205,230,145); }

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

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

 span { border-color: rgb(205,230,145); }

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