Html Css Color HEX #95EF96 Light Green

📋 copy color: '#95EF96'

red 149 ◦ green 239 ◦ blue 150

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

Shades of Light Green #95EF96

Tints of Light Green #95EF96

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.42%

 BLUE value IS 150 (58.98% from 255) = 27.88%

R = 27.7%
G = 44.42%
B = 27.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#95EF96 (or 0x95EF96) is known color: Light Green. HEX triplet: 95, EF and 96. RGB value is (149,239,150). Sum of RGB (Red+Green+Blue) = 149+239+150=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #95EF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EF96 is #6A1069. Grayscale: #CACACA. Windows color (decimal): -6951018 or 9891733. OLE color: 9891733.

HSL color Cylindrical-coordinate representation of color #95EF96: hue angle of 120.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EF96 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 239 150 -
CMYK 0.38 0 0.37 0.06
HSL 120.67º 0.74% 0.76% -
HSV(B) 120.67º 0.38% 0.94% -
XYZ 48.77 70.32 39.86 -
YUV 201.94 98.68 90.24 -
System Red Green Blue C M Y K H S L
Decimal 149 239 150 0.38 0 0.37 0.06 120.67 0.74 0.76
Hex 95 EF 96 26 0 25 6 79 4A 4C
Octal 225 357 226 46 0 45 6 171 112 114
Binary 10010101 11101111 10010110 100110 0 100101 110 1111001 1001010 1001100

Color Harmonies of #95EF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EF96

Black with #95EF96

Text Example


Text Example

White with #95EF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,239,150); }

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

background-color css

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

 a { background-color: rgb(149,239,150); }

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

border-color css

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

 span { border-color: rgb(149,239,150); }

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