#CFE69E

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

Shades of Reef #CFE69E

Tints of Reef #CFE69E

Color information

#CFE69E (or 0xCFE69E) is unknown color: approx Reef. HEX triplet: CF, E6 and 9E. RGB value is (207,230,158). Sum of RGB (Red+Green+Blue) = 207+230+158=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE69E is #301961. Grayscale: #D7D7D7. Windows color (decimal): -3152226 or 10413775. OLE color: 10413775.

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

Color convert

RGB207230158-
CMYK0.1000.310.10
HSL79.17º59.02%76.08%-
HSV(B)79.17º31.3%90.2%-
XYZ60.272.3343.14-
YUV214.9295.88122.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 230 (90.23% from 255) = 38.66%
BLUE value IS 158 (62.11% from 255) = 26.55%
R=34.79%
G=38.66%
B=26.55%

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
Decimal2072301580.1000.310.1079.1759.0276.08
HexCFE69EA01FA4f3b4c
Octal317346236120371211773114
Binary1100111111100110100111101010011111101010011111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE69E; }

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

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

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

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

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

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

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

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