#CDEF93

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

Shades of Reef #CDEF93

Tints of Reef #CDEF93

Color information

#CDEF93 (or 0xCDEF93) is unknown color: approx Reef. HEX triplet: CD, EF and 93. RGB value is (205,239,147). Sum of RGB (Red+Green+Blue) = 205+239+147=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEF93 is #32106C. Grayscale: #DADADA. Windows color (decimal): -3281005 or 9695181. OLE color: 9695181.

HSL color Cylindrical-coordinate representation of color #CDEF93: hue angle of 82.17º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDEF93 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB205239147-
CMYK0.1400.380.06
HSL82.17º74.19%75.69%-
HSV(B)82.17º38.49%93.73%-
XYZ61.3176.8239.2-
YUV218.3587.74118.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 239 (93.75% from 255) = 40.44%
BLUE value IS 147 (57.81% from 255) = 24.87%
R=34.69%
G=40.44%
B=24.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391470.1400.380.0682.1774.1975.69
HexCDEF93E0266524a4c
Octal315357223160466122112114
Binary11001101111011111001001111100100110110101001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEF93; }

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

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

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

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

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

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

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

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