Html Css Color HEX #95E985 Granny Smith Apple

📋 copy color: '#95E985'

red 149 ◦ green 233 ◦ blue 133

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

Shades of Granny Smith Apple #95E985

Tints of Granny Smith Apple #95E985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.24%

 BLUE value IS 133 (52.34% from 255) = 25.83%

R = 28.93%
G = 45.24%
B = 25.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#95E985 (or 0x95E985) is known color: Granny Smith Apple. HEX triplet: 95, E9 and 85. RGB value is (149,233,133). Sum of RGB (Red+Green+Blue) = 149+233+133=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #95E985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E985 is #6A167A. Grayscale: #C4C4C4. Windows color (decimal): -6952571 or 8776085. OLE color: 8776085.

HSL color Cylindrical-coordinate representation of color #95E985: hue angle of 110.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95E985 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 233 133 -
CMYK 0.36 0 0.43 0.09
HSL 110.4º 0.69% 0.72% -
HSV(B) 110.4º 0.43% 0.91% -
XYZ 45.77 66.36 32.59 -
YUV 196.48 92.17 94.13 -
System Red Green Blue C M Y K H S L
Decimal 149 233 133 0.36 0 0.43 0.09 110.4 0.69 0.72
Hex 95 E9 85 24 0 2B 9 6E 45 48
Octal 225 351 205 44 0 53 11 156 105 110
Binary 10010101 11101001 10000101 100100 0 101011 1001 1101110 1000101 1001000

Color Harmonies of #95E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E985

Black with #95E985

Text Example


Text Example

White with #95E985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,233,133); }

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

background-color css

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

 a { background-color: rgb(149,233,133); }

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

border-color css

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

 span { border-color: rgb(149,233,133); }

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