#CFF093

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

Shades of Reef #CFF093

Tints of Reef #CFF093

Color information

#CFF093 (or 0xCFF093) is unknown color: approx Reef. HEX triplet: CF, F0 and 93. RGB value is (207,240,147). Sum of RGB (Red+Green+Blue) = 207+240+147=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 147 (57.81% from 255 or 24.75% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF093 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF093 is #300F6C. Grayscale: #DBDBDB. Windows color (decimal): -3149677 or 9695439. OLE color: 9695439.

HSL color Cylindrical-coordinate representation of color #CFF093: hue angle of 81.29º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFF093 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB207240147-
CMYK0.1400.390.06
HSL81.29º75.61%75.88%-
HSV(B)81.29º38.75%94.12%-
XYZ62.1677.6939.32-
YUV219.5387.07119.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 240 (94.14% from 255) = 40.40%
BLUE value IS 147 (57.81% from 255) = 24.75%
R=34.85%
G=40.40%
B=24.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072401470.1400.390.0681.2975.6175.88
HexCFF093E0276514c4c
Octal317360223160476121114114
Binary11001111111100001001001111100100111110101000110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF093; }

 p { color: rgb(207,240,147); }

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

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

 a { background-color: rgb(207,240,147); }

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

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

 span { border-color: rgb(207,240,147); }

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