#99FD6C

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

Shades of Feijoa #99FD6C

Tints of Feijoa #99FD6C

Color information

#99FD6C (or 0x99FD6C) is unknown color: approx Feijoa. HEX triplet: 99, FD and 6C. RGB value is (153,253,108). Sum of RGB (Red+Green+Blue) = 153+253+108=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #99FD6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99FD6C is #660293. Grayscale: #CFCFCF. Windows color (decimal): -6685332 or 7142809. OLE color: 7142809.

HSL color Cylindrical-coordinate representation of color #99FD6C: hue angle of 101.38º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99FD6C is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB153253108-
CMYK0.4000.570.01
HSL101.38º97.32%70.78%-
HSV(B)101.38º57.31%99.22%-
XYZ50.9778.1126.58-
YUV206.5772.3789.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.77%
GREEN value IS 253 (99.22% from 255) = 49.22%
BLUE value IS 108 (42.58% from 255) = 21.01%
R=29.77%
G=49.22%
B=21.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532531080.4000.570.01101.3897.3270.78
Hex99FD6C280391656147
Octal231375154500711145141107
Binary1001100111111101110110010100001110011110010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99FD6C; }

 p { color: rgb(153,253,108); }

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

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

 a { background-color: rgb(153,253,108); }

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

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

 span { border-color: rgb(153,253,108); }

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