Html Css Color HEX #95F666 Feijoa

📋 copy color: '#95F666'

red 149 ◦ green 246 ◦ blue 102

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

Shades of Feijoa #95F666

Tints of Feijoa #95F666

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.5%

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

R = 29.98%
G = 49.5%
B = 20.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#95F666 (or 0x95F666) is known color: Feijoa. HEX triplet: 95, F6 and 66. RGB value is (149,246,102). Sum of RGB (Red+Green+Blue) = 149+246+102=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #95F666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F666 is #6A0999. Grayscale: #C9C9C9. Windows color (decimal): -6949274 or 6747797. OLE color: 6747797.

HSL color Cylindrical-coordinate representation of color #95F666: hue angle of 100.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95F666 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 246 102 -
CMYK 0.39 0 0.59 0.04
HSL 100.42º 0.89% 0.68% -
HSV(B) 100.42º 0.59% 0.96% -
XYZ 47.75 73.26 24.19 -
YUV 200.58 72.36 91.21 -
System Red Green Blue C M Y K H S L
Decimal 149 246 102 0.39 0 0.59 0.04 100.42 0.89 0.68
Hex 95 F6 66 27 0 3B 4 64 59 44
Octal 225 366 146 47 0 73 4 144 131 104
Binary 10010101 11110110 1100110 100111 0 111011 100 1100100 1011001 1000100

Color Harmonies of #95F666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F666

Black with #95F666

Text Example


Text Example

White with #95F666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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