Html Css Color HEX #95FB7D Light Green

📋 copy color: '#95FB7D'

red 149 ◦ green 251 ◦ blue 125

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

Shades of Light Green #95FB7D

Tints of Light Green #95FB7D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.81%

 BLUE value IS 125 (49.22% from 255) = 23.81%

R = 28.38%
G = 47.81%
B = 23.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#95FB7D (or 0x95FB7D) is known color: Light Green. HEX triplet: 95, FB and 7D. RGB value is (149,251,125). Sum of RGB (Red+Green+Blue) = 149+251+125=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #95FB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95FB7D is #6A0482. Grayscale: #CECECE. Windows color (decimal): -6947971 or 8256405. OLE color: 8256405.

HSL color Cylindrical-coordinate representation of color #95FB7D: hue angle of 108.57º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95FB7D is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 251 125 -
CMYK 0.41 0 0.50 0.02
HSL 108.57º 0.94% 0.74% -
HSV(B) 108.57º 0.5% 0.98% -
XYZ 50.59 76.86 31.57 -
YUV 206.14 82.21 87.25 -
System Red Green Blue C M Y K H S L
Decimal 149 251 125 0.41 0 0.50 0.02 108.57 0.94 0.74
Hex 95 FB 7D 29 0 32 2 6D 5E 4A
Octal 225 373 175 51 0 62 2 155 136 112
Binary 10010101 11111011 1111101 101001 0 110010 10 1101101 1011110 1001010

Color Harmonies of #95FB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FB7D

Black with #95FB7D

Text Example


Text Example

White with #95FB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,251,125); }

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

background-color css

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

 a { background-color: rgb(149,251,125); }

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

border-color css

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

 span { border-color: rgb(149,251,125); }

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