#CDED93

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

Shades of Reef #CDED93

Tints of Reef #CDED93

Color information

#CDED93 (or 0xCDED93) is unknown color: approx Reef. HEX triplet: CD, ED and 93. RGB value is (205,237,147). Sum of RGB (Red+Green+Blue) = 205+237+147=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDED93 is #32126C. Grayscale: #D9D9D9. Windows color (decimal): -3281517 or 9694669. OLE color: 9694669.

HSL color Cylindrical-coordinate representation of color #CDED93: hue angle of 81.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDED93 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB205237147-
CMYK0.1400.380.07
HSL81.33º71.43%75.29%-
HSV(B)81.33º37.97%92.94%-
XYZ60.7375.6539.01-
YUV217.1788.4119.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.80%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 147 (57.81% from 255) = 24.96%
R=34.80%
G=40.24%
B=24.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052371470.1400.380.0781.3371.4375.29
HexCDED93E026751474b
Octal315355223160467121107113
Binary11001101111011011001001111100100110111101000110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDED93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDED93; }

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

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

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

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

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

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

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

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