Html Css Color HEX #95FA68 Feijoa

📋 copy color: '#95FA68'

red 149 ◦ green 250 ◦ blue 104

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

Shades of Feijoa #95FA68

Tints of Feijoa #95FA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.68%

R = 29.62%
G = 49.7%
B = 20.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#95FA68 (or 0x95FA68) is known color: Feijoa. HEX triplet: 95, FA and 68. RGB value is (149,250,104). Sum of RGB (Red+Green+Blue) = 149+250+104=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #95FA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95FA68 is #6A0597. Grayscale: #CBCBCB. Windows color (decimal): -6948248 or 6879893. OLE color: 6879893.

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

Color convert

RGB 149 250 104 -
CMYK 0.40 0 0.58 0.02
HSL 101.51º 0.94% 0.69% -
HSV(B) 101.51º 0.58% 0.98% -
XYZ 49.08 75.76 25.13 -
YUV 203.16 72.04 89.37 -
System Red Green Blue C M Y K H S L
Decimal 149 250 104 0.40 0 0.58 0.02 101.51 0.94 0.69
Hex 95 FA 68 28 0 3A 2 66 5E 45
Octal 225 372 150 50 0 72 2 146 136 105
Binary 10010101 11111010 1101000 101000 0 111010 10 1100110 1011110 1000101

Color Harmonies of #95FA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FA68

Black with #95FA68

Text Example


Text Example

White with #95FA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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