#CFE194

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

Shades of Reef #CFE194

Tints of Reef #CFE194

Color information

#CFE194 (or 0xCFE194) is unknown color: approx Reef. HEX triplet: CF, E1 and 94. RGB value is (207,225,148). Sum of RGB (Red+Green+Blue) = 207+225+148=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE194 is #301E6B. Grayscale: #D3D3D3. Windows color (decimal): -3153516 or 9757135. OLE color: 9757135.

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

Color convert

RGB207225148-
CMYK0.0800.340.12
HSL74.03º56.2%73.14%-
HSV(B)74.03º34.22%88.24%-
XYZ5869.2538.33-
YUV210.8492.54125.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 225 (88.28% from 255) = 38.79%
BLUE value IS 148 (58.20% from 255) = 25.52%
R=35.69%
G=38.79%
B=25.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251480.0800.340.1274.0356.273.14
HexCFE1948022C4a3849
Octal317341224100421411270111
Binary11001111111000011001010010000100010110010010101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE194; }

 p { color: rgb(207,225,148); }

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

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

 a { background-color: rgb(207,225,148); }

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

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

 span { border-color: rgb(207,225,148); }

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