Html Css Color HEX #95BF3A Yellow Green

📋 copy color: '#95BF3A'

red 149 ◦ green 191 ◦ blue 58

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

Shades of Yellow Green #95BF3A

Tints of Yellow Green #95BF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 47.99%

 BLUE value IS 58 (23.05% from 255) = 14.57%

R = 37.44%
G = 47.99%
B = 14.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#95BF3A (or 0x95BF3A) is known color: Yellow Green. HEX triplet: 95, BF and 3A. RGB value is (149,191,58). Sum of RGB (Red+Green+Blue) = 149+191+58=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BF3A is #6A40C5. Grayscale: #A3A3A3. Windows color (decimal): -6963398 or 3850133. OLE color: 3850133.

HSL color Cylindrical-coordinate representation of color #95BF3A: hue angle of 78.95º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95BF3A is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 191 58 -
CMYK 0.22 0 0.70 0.25
HSL 78.95º 0.53% 0.49% -
HSV(B) 78.95º 0.7% 0.75% -
XYZ 31.79 43.96 10.81 -
YUV 163.28 68.59 117.81 -
System Red Green Blue C M Y K H S L
Decimal 149 191 58 0.22 0 0.70 0.25 78.95 0.53 0.49
Hex 95 BF 3A 16 0 46 19 4F 35 31
Octal 225 277 72 26 0 106 31 117 65 61
Binary 10010101 10111111 111010 10110 0 1000110 11001 1001111 110101 110001

Color Harmonies of #95BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BF3A

Black with #95BF3A

Text Example


Text Example

White with #95BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,191,58); }

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

background-color css

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

 a { background-color: rgb(149,191,58); }

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

border-color css

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

 span { border-color: rgb(149,191,58); }

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