#CFFB8C

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

Shades of Reef #CFFB8C

Tints of Reef #CFFB8C

Color information

#CFFB8C (or 0xCFFB8C) is unknown color: approx Reef. HEX triplet: CF, FB and 8C. RGB value is (207,251,140). Sum of RGB (Red+Green+Blue) = 207+251+140=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFB8C is #300473. Grayscale: #E1E1E1. Windows color (decimal): -3146868 or 9239503. OLE color: 9239503.

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

Color convert

RGB207251140-
CMYK0.1800.440.02
HSL83.78º93.28%76.67%-
HSV(B)83.78º44.22%98.43%-
XYZ64.9684.1537.63-
YUV225.1979.92115.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.62%
GREEN value IS 251 (98.44% from 255) = 41.97%
BLUE value IS 140 (55.08% from 255) = 23.41%
R=34.62%
G=41.97%
B=23.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072511400.1800.440.0283.7893.2876.67
HexCFFB8C1202C2545d4d
Octal317373214220542124135115
Binary11001111111110111000110010010010110010101010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFB8C; }

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

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

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

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

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

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

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

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