#CFE69F

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

Shades of Reef #CFE69F

Tints of Reef #CFE69F

Color information

#CFE69F (or 0xCFE69F) is unknown color: approx Reef. HEX triplet: CF, E6 and 9F. RGB value is (207,230,159). Sum of RGB (Red+Green+Blue) = 207+230+159=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE69F is #301960. Grayscale: #D7D7D7. Windows color (decimal): -3152225 or 10479311. OLE color: 10479311.

HSL color Cylindrical-coordinate representation of color #CFE69F: hue angle of 79.44º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFE69F is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB207230159-
CMYK0.1000.310.10
HSL79.44º58.68%76.27%-
HSV(B)79.44º30.87%90.2%-
XYZ60.2972.3643.59-
YUV215.0396.38122.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 230 (90.23% from 255) = 38.59%
BLUE value IS 159 (62.5% from 255) = 26.68%
R=34.73%
G=38.59%
B=26.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072301590.1000.310.1079.4458.6876.27
HexCFE69FA01FA4f3b4c
Octal317346237120371211773114
Binary1100111111100110100111111010011111101010011111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE69F; }

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

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

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

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

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

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

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

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