#CFF68F

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

Shades of Reef #CFF68F

Tints of Reef #CFF68F

Color information

#CFF68F (or 0xCFF68F) is unknown color: approx Reef. HEX triplet: CF, F6 and 8F. RGB value is (207,246,143). Sum of RGB (Red+Green+Blue) = 207+246+143=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 143 (56.25% from 255 or 23.99% from 596); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF68F is #300970. Grayscale: #DEDEDE. Windows color (decimal): -3148145 or 9434831. OLE color: 9434831.

HSL color Cylindrical-coordinate representation of color #CFF68F: hue angle of 82.72º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFF68F is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB207246143-
CMYK0.1600.420.04
HSL82.72º85.12%76.27%-
HSV(B)82.72º41.87%96.47%-
XYZ63.6581.1638.3-
YUV222.683.08116.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 246 (96.48% from 255) = 41.28%
BLUE value IS 143 (56.25% from 255) = 23.99%
R=34.73%
G=41.28%
B=23.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072461430.1600.420.0482.7285.1276.27
HexCFF68F1002A453554c
Octal317366217200524123125114
Binary110011111111011010001111100000101010100101001110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF68F; }

 p { color: rgb(207,246,143); }

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

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

 a { background-color: rgb(207,246,143); }

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

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

 span { border-color: rgb(207,246,143); }

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