Html Css Color HEX #95F665 Feijoa

📋 copy color: '#95F665'

red 149 ◦ green 246 ◦ blue 101

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

Shades of Feijoa #95F665

Tints of Feijoa #95F665

RGB

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

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

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

R = 30.04%
G = 49.6%
B = 20.36%

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

#95F665 (or 0x95F665) is known color: Feijoa. HEX triplet: 95, F6 and 65. RGB value is (149,246,101). Sum of RGB (Red+Green+Blue) = 149+246+101=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #95F665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F665 is #6A099A. Grayscale: #C8C8C8. Windows color (decimal): -6949275 or 6682261. OLE color: 6682261.

HSL color Cylindrical-coordinate representation of color #95F665: hue angle of 100.14º 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 #95F665 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 246 101 -
CMYK 0.39 0 0.59 0.04
HSL 100.14º 0.89% 0.68% -
HSV(B) 100.14º 0.59% 0.96% -
XYZ 47.7 73.24 23.93 -
YUV 200.47 71.86 91.29 -
System Red Green Blue C M Y K H S L
Decimal 149 246 101 0.39 0 0.59 0.04 100.14 0.89 0.68
Hex 95 F6 65 27 0 3B 4 64 59 44
Octal 225 366 145 47 0 73 4 144 131 104
Binary 10010101 11110110 1100101 100111 0 111011 100 1100100 1011001 1000100

Color Harmonies of #95F665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F665

Black with #95F665

Text Example


Text Example

White with #95F665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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