Html Css Color HEX #95F567 Feijoa

📋 copy color: '#95F567'

red 149 ◦ green 245 ◦ blue 103

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

Shades of Feijoa #95F567

Tints of Feijoa #95F567

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.3%

 BLUE value IS 103 (40.63% from 255) = 20.72%

R = 29.98%
G = 49.3%
B = 20.72%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#95F567 (or 0x95F567) is known color: Feijoa. HEX triplet: 95, F5 and 67. RGB value is (149,245,103). Sum of RGB (Red+Green+Blue) = 149+245+103=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #95F567 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F567 is #6A0A98. Grayscale: #C8C8C8. Windows color (decimal): -6949529 or 6813077. OLE color: 6813077.

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

Color convert

RGB 149 245 103 -
CMYK 0.39 0 0.58 0.04
HSL 100.56º 0.88% 0.68% -
HSV(B) 100.56º 0.58% 0.96% -
XYZ 47.5 72.67 24.36 -
YUV 200.11 73.2 91.55 -
System Red Green Blue C M Y K H S L
Decimal 149 245 103 0.39 0 0.58 0.04 100.56 0.88 0.68
Hex 95 F5 67 27 0 3A 4 65 58 44
Octal 225 365 147 47 0 72 4 145 130 104
Binary 10010101 11110101 1100111 100111 0 111010 100 1100101 1011000 1000100

Color Harmonies of #95F567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F567

Black with #95F567

Text Example


Text Example

White with #95F567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,245,103); }

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

background-color css

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

 a { background-color: rgb(149,245,103); }

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

border-color css

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

 span { border-color: rgb(149,245,103); }

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