Html Css Color HEX #95FA65 Feijoa

📋 copy color: '#95FA65'

red 149 ◦ green 250 ◦ blue 101

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

Shades of Feijoa #95FA65

Tints of Feijoa #95FA65

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50%

 BLUE value IS 101 (39.84% from 255) = 20.2%

R = 29.8%
G = 50%
B = 20.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#95FA65 (or 0x95FA65) is known color: Feijoa. HEX triplet: 95, FA and 65. RGB value is (149,250,101). Sum of RGB (Red+Green+Blue) = 149+250+101=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #95FA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95FA65 is #6A059A. Grayscale: #CBCBCB. Windows color (decimal): -6948251 or 6683285. OLE color: 6683285.

HSL color Cylindrical-coordinate representation of color #95FA65: hue angle of 100.67º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95FA65 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 250 101 -
CMYK 0.40 0 0.60 0.02
HSL 100.67º 0.94% 0.69% -
HSV(B) 100.67º 0.6% 0.98% -
XYZ 48.93 75.7 24.34 -
YUV 202.82 70.54 89.62 -
System Red Green Blue C M Y K H S L
Decimal 149 250 101 0.40 0 0.60 0.02 100.67 0.94 0.69
Hex 95 FA 65 28 0 3C 2 65 5E 45
Octal 225 372 145 50 0 74 2 145 136 105
Binary 10010101 11111010 1100101 101000 0 111100 10 1100101 1011110 1000101

Color Harmonies of #95FA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FA65

Black with #95FA65

Text Example


Text Example

White with #95FA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,250,101); }

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

background-color css

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

 a { background-color: rgb(149,250,101); }

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

border-color css

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

 span { border-color: rgb(149,250,101); }

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