Html Css Color HEX #95F866 Feijoa

📋 copy color: '#95F866'

red 149 ◦ green 248 ◦ blue 102

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

Shades of Feijoa #95F866

Tints of Feijoa #95F866

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.7%

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

R = 29.86%
G = 49.7%
B = 20.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#95F866 (or 0x95F866) is known color: Feijoa. HEX triplet: 95, F8 and 66. RGB value is (149,248,102). Sum of RGB (Red+Green+Blue) = 149+248+102=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #95F866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F866 is #6A0799. Grayscale: #CACACA. Windows color (decimal): -6948762 or 6748309. OLE color: 6748309.

HSL color Cylindrical-coordinate representation of color #95F866: hue angle of 100.68º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95F866 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 248 102 -
CMYK 0.40 0 0.59 0.03
HSL 100.68º 0.91% 0.69% -
HSV(B) 100.68º 0.59% 0.97% -
XYZ 48.36 74.48 24.4 -
YUV 201.76 71.7 90.37 -
System Red Green Blue C M Y K H S L
Decimal 149 248 102 0.40 0 0.59 0.03 100.68 0.91 0.69
Hex 95 F8 66 28 0 3B 3 65 5B 45
Octal 225 370 146 50 0 73 3 145 133 105
Binary 10010101 11111000 1100110 101000 0 111011 11 1100101 1011011 1000101

Color Harmonies of #95F866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F866

Black with #95F866

Text Example


Text Example

White with #95F866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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