#CFF991

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

Shades of Reef #CFF991

Tints of Reef #CFF991

Color information

#CFF991 (or 0xCFF991) is unknown color: approx Reef. HEX triplet: CF, F9 and 91. RGB value is (207,249,145). Sum of RGB (Red+Green+Blue) = 207+249+145=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 145 (57.03% from 255 or 24.13% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF991 is #30066E. Grayscale: #E0E0E0. Windows color (decimal): -3147375 or 9566671. OLE color: 9566671.

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

Color convert

RGB207249145-
CMYK0.1700.420.02
HSL84.23º89.66%77.25%-
HSV(B)84.23º41.77%97.65%-
XYZ64.7283.0639.41-
YUV224.5983.09115.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.44%
GREEN value IS 249 (97.66% from 255) = 41.43%
BLUE value IS 145 (57.03% from 255) = 24.13%
R=34.44%
G=41.43%
B=24.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072491450.1700.420.0284.2389.6677.25
HexCFF9911102A2545a4d
Octal317371221210522124132115
Binary11001111111110011001000110001010101010101010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF991; }

 p { color: rgb(207,249,145); }

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

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

 a { background-color: rgb(207,249,145); }

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

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

 span { border-color: rgb(207,249,145); }

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