Html Css Color HEX #99F075 Feijoa

📋 copy color: '#99F075'

red 153 ◦ green 240 ◦ blue 117

#99F075
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #99F075

Tints of Feijoa #99F075

RGB

 RED value IS 153 (60.16% from 255) = 30%

 GREEN value IS 240 (94.14% from 255) = 47.06%

 BLUE value IS 117 (46.09% from 255) = 22.94%

R = 30%
G = 47.06%
B = 22.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#99F075 (or 0x99F075) is known color: Feijoa. HEX triplet: 99, F0 and 75. RGB value is (153,240,117). Sum of RGB (Red+Green+Blue) = 153+240+117=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #99F075 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F075 is #660F8A. Grayscale: #C8C8C8. Windows color (decimal): -6688651 or 7729305. OLE color: 7729305.

HSL color Cylindrical-coordinate representation of color #99F075: hue angle of 102.44º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99F075 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 240 117 -
CMYK 0.36 0 0.51 0.06
HSL 102.44º 0.8% 0.7% -
HSV(B) 102.44º 0.51% 0.94% -
XYZ 47.51 70.38 27.91 -
YUV 199.97 81.18 94.5 -
System Red Green Blue C M Y K H S L
Decimal 153 240 117 0.36 0 0.51 0.06 102.44 0.8 0.7
Hex 99 F0 75 24 0 33 6 66 50 46
Octal 231 360 165 44 0 63 6 146 120 106
Binary 10011001 11110000 1110101 100100 0 110011 110 1100110 1010000 1000110

Color Harmonies of #99F075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F075

Black with #99F075

Text Example


Text Example

White with #99F075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,240,117); }

 H1.HeaderClassName
 {
   color: #99F075;
 }
 .AnyTagClassName
 {
   color: #99F075;
 }
</style>

background-color css

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

 a { background-color: rgb(153,240,117); }

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

border-color css

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

 span { border-color: rgb(153,240,117); }

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