#CFFED4

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

Shades of Tara #CFFED4

Tints of Tara #CFFED4

Color information

#CFFED4 (or 0xCFFED4) is unknown color: approx Tara. HEX triplet: CF, FE and D4. RGB value is (207,254,212). Sum of RGB (Red+Green+Blue) = 207+254+212=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 212 (83.20% from 255 or 31.50% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFED4 is #30012B. Grayscale: #EBEBEB. Windows color (decimal): -3146028 or 13958863. OLE color: 13958863.

HSL color Cylindrical-coordinate representation of color #CFFED4: hue angle of 126.38º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFED4 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB207254212-
CMYK0.1900.170.00
HSL126.38º95.92%90.39%-
HSV(B)126.38º18.5%99.61%-
XYZ73.0688.975.6-
YUV235.16114.93107.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.76%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 212 (83.20% from 255) = 31.50%
R=30.76%
G=37.74%
B=31.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072542120.1900.170.00126.3895.9290.39
HexCFFED41301107e605a
Octal317376324230210176140132
Binary110011111111111011010100100110100010111111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFED4; }

 p { color: rgb(207,254,212); }

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

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

 a { background-color: rgb(207,254,212); }

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

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

 span { border-color: rgb(207,254,212); }

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