Html Css Color HEX #95F266 Feijoa

📋 copy color: '#95F266'

red 149 ◦ green 242 ◦ blue 102

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

Shades of Feijoa #95F266

Tints of Feijoa #95F266

RGB

 RED value IS 149 (58.59% from 255) = 30.22%

 GREEN value IS 242 (94.92% from 255) = 49.09%

 BLUE value IS 102 (40.23% from 255) = 20.69%

R = 30.22%
G = 49.09%
B = 20.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#95F266 (or 0x95F266) is known color: Feijoa. HEX triplet: 95, F2 and 66. RGB value is (149,242,102). Sum of RGB (Red+Green+Blue) = 149+242+102=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #95F266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F266 is #6A0D99. Grayscale: #C6C6C6. Windows color (decimal): -6950298 or 6746773. OLE color: 6746773.

HSL color Cylindrical-coordinate representation of color #95F266: hue angle of 99.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95F266 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 242 102 -
CMYK 0.38 0 0.58 0.05
HSL 99.86º 0.84% 0.67% -
HSV(B) 99.86º 0.58% 0.95% -
XYZ 46.54 70.85 23.79 -
YUV 198.23 73.69 92.88 -
System Red Green Blue C M Y K H S L
Decimal 149 242 102 0.38 0 0.58 0.05 99.86 0.84 0.67
Hex 95 F2 66 26 0 3A 5 64 54 43
Octal 225 362 146 46 0 72 5 144 124 103
Binary 10010101 11110010 1100110 100110 0 111010 101 1100100 1010100 1000011

Color Harmonies of #95F266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F266

Black with #95F266

Text Example


Text Example

White with #95F266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95F266; }

 p { color: rgb(149,242,102); }

 H1.HeaderClassName
 {
   color: #95F266;
 }
 .AnyTagClassName
 {
   color: #95F266;
 }
</style>

background-color css

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

 a { background-color: rgb(149,242,102); }

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

border-color css

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

 span { border-color: rgb(149,242,102); }

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