#CFE092

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

Shades of Reef #CFE092

Tints of Reef #CFE092

Color information

#CFE092 (or 0xCFE092) is unknown color: approx Reef. HEX triplet: CF, E0 and 92. RGB value is (207,224,146). Sum of RGB (Red+Green+Blue) = 207+224+146=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE092 is #301F6D. Grayscale: #D2D2D2. Windows color (decimal): -3153774 or 9625807. OLE color: 9625807.

HSL color Cylindrical-coordinate representation of color #CFE092: hue angle of 73.08º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFE092 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB207224146-
CMYK0.0800.350.12
HSL73.08º55.71%72.55%-
HSV(B)73.08º34.82%87.84%-
XYZ57.5868.6537.41-
YUV210.0291.87125.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 224 (87.89% from 255) = 38.82%
BLUE value IS 146 (57.42% from 255) = 25.30%
R=35.88%
G=38.82%
B=25.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072241460.0800.350.1273.0855.7172.55
HexCFE0928023C493849
Octal317340222100431411170111
Binary11001111111000001001001010000100011110010010011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE092; }

 p { color: rgb(207,224,146); }

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

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

 a { background-color: rgb(207,224,146); }

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

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

 span { border-color: rgb(207,224,146); }

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