#CFE691

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

Shades of Reef #CFE691

Tints of Reef #CFE691

Color information

#CFE691 (or 0xCFE691) is unknown color: approx Reef. HEX triplet: CF, E6 and 91. RGB value is (207,230,145). Sum of RGB (Red+Green+Blue) = 207+230+145=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE691 is #30196E. Grayscale: #D5D5D5. Windows color (decimal): -3152239 or 9561807. OLE color: 9561807.

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

Color convert

RGB207230145-
CMYK0.1000.370.10
HSL76.24º62.96%73.53%-
HSV(B)76.24º36.96%90.2%-
XYZ59.1471.937.55-
YUV213.4389.38123.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 230 (90.23% from 255) = 39.52%
BLUE value IS 145 (57.03% from 255) = 24.91%
R=35.57%
G=39.52%
B=24.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072301450.1000.370.1076.2462.9673.53
HexCFE691A025A4c3f4a
Octal317346221120451211477112
Binary11001111111001101001000110100100101101010011001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE691; }

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

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

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

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

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

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

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

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