#CDE692

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

Shades of Reef #CDE692

Tints of Reef #CDE692

Color information

#CDE692 (or 0xCDE692) is unknown color: approx Reef. HEX triplet: CD, E6 and 92. RGB value is (205,230,146). Sum of RGB (Red+Green+Blue) = 205+230+146=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE692 is #32196D. Grayscale: #D5D5D5. Windows color (decimal): -3283310 or 9627341. OLE color: 9627341.

HSL color Cylindrical-coordinate representation of color #CDE692: hue angle of 77.86º 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 #CDE692 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB205230146-
CMYK0.1100.370.10
HSL77.86º62.69%73.73%-
HSV(B)77.86º36.52%90.2%-
XYZ58.6671.6537.93-
YUV212.9590.22122.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 230 (90.23% from 255) = 39.59%
BLUE value IS 146 (57.42% from 255) = 25.13%
R=35.28%
G=39.59%
B=25.13%

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
Decimal2052301460.1100.370.1077.8662.6973.73
HexCDE692B025A4e3f4a
Octal315346222130451211677112
Binary11001101111001101001001010110100101101010011101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE692; }

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

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

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

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

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

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

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

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