#CDF691

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

Shades of Reef #CDF691

Tints of Reef #CDF691

Color information

#CDF691 (or 0xCDF691) is unknown color: approx Reef. HEX triplet: CD, F6 and 91. RGB value is (205,246,145). Sum of RGB (Red+Green+Blue) = 205+246+145=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF691 is #32096E. Grayscale: #DEDEDE. Windows color (decimal): -3279215 or 9565901. OLE color: 9565901.

HSL color Cylindrical-coordinate representation of color #CDF691: hue angle of 84.36º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDF691 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB205246145-
CMYK0.1700.410.04
HSL84.36º84.87%76.67%-
HSV(B)84.36º41.06%96.47%-
XYZ63.2480.9439.08-
YUV222.2384.42115.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 246 (96.48% from 255) = 41.28%
BLUE value IS 145 (57.03% from 255) = 24.33%
R=34.40%
G=41.28%
B=24.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052461450.1700.410.0484.3684.8776.67
HexCDF69111029454554d
Octal315366221210514124125115
Binary110011011111011010010001100010101001100101010010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF691; }

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

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

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

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

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

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

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

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