#CFFB8E

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

Shades of Reef #CFFB8E

Tints of Reef #CFFB8E

Color information

#CFFB8E (or 0xCFFB8E) is unknown color: approx Reef. HEX triplet: CF, FB and 8E. RGB value is (207,251,142). Sum of RGB (Red+Green+Blue) = 207+251+142=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 142 (55.86% from 255 or 23.67% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFB8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFB8E is #300471. Grayscale: #E1E1E1. Windows color (decimal): -3146866 or 9370575. OLE color: 9370575.

HSL color Cylindrical-coordinate representation of color #CFFB8E: hue angle of 84.22º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFFB8E is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB207251142-
CMYK0.1800.430.02
HSL84.22º93.16%77.06%-
HSV(B)84.22º43.43%98.43%-
XYZ65.1184.2138.41-
YUV225.4280.92114.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 251 (98.44% from 255) = 41.83%
BLUE value IS 142 (55.86% from 255) = 23.67%
R=34.5%
G=41.83%
B=23.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072511420.1800.430.0284.2293.1677.06
HexCFFB8E1202B2545d4d
Octal317373216220532124135115
Binary11001111111110111000111010010010101110101010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFB8E; }

 p { color: rgb(207,251,142); }

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

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

 a { background-color: rgb(207,251,142); }

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

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

 span { border-color: rgb(207,251,142); }

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