#CFFE9B

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

Shades of Reef #CFFE9B

Tints of Reef #CFFE9B

Color information

#CFFE9B (or 0xCFFE9B) is unknown color: approx Reef. HEX triplet: CF, FE and 9B. RGB value is (207,254,155). Sum of RGB (Red+Green+Blue) = 207+254+155=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 155 (60.94% from 255 or 25.16% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFE9B is #300164. Grayscale: #E5E5E5. Windows color (decimal): -3146085 or 10223311. OLE color: 10223311.

HSL color Cylindrical-coordinate representation of color #CFFE9B: hue angle of 88.48º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFFE9B is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB207254155-
CMYK0.1900.390.00
HSL88.48º98.02%80.2%-
HSV(B)88.48º38.98%99.61%-
XYZ67.0986.5244.17-
YUV228.6686.43112.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 254 (99.61% from 255) = 41.23%
BLUE value IS 155 (60.94% from 255) = 25.16%
R=33.60%
G=41.23%
B=25.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072541550.1900.390.0088.4898.0280.2
HexCFFE9B130270586250
Octal317376233230470130142120
Binary1100111111111110100110111001101001110101100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFE9B; }

 p { color: rgb(207,254,155); }

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

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

 a { background-color: rgb(207,254,155); }

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

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

 span { border-color: rgb(207,254,155); }

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