Html Css Color HEX #95DF90 Granny Smith Apple

📋 copy color: '#95DF90'

red 149 ◦ green 223 ◦ blue 144

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

Shades of Granny Smith Apple #95DF90

Tints of Granny Smith Apple #95DF90

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.22%

 BLUE value IS 144 (56.64% from 255) = 27.91%

R = 28.88%
G = 43.22%
B = 27.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#95DF90 (or 0x95DF90) is known color: Granny Smith Apple. HEX triplet: 95, DF and 90. RGB value is (149,223,144). Sum of RGB (Red+Green+Blue) = 149+223+144=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF90 is #6A206F. Grayscale: #C0C0C0. Windows color (decimal): -6955120 or 9494421. OLE color: 9494421.

HSL color Cylindrical-coordinate representation of color #95DF90: hue angle of 116.2º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95DF90 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 223 144 -
CMYK 0.33 0 0.35 0.13
HSL 116.2º 0.55% 0.72% -
HSV(B) 116.2º 0.35% 0.87% -
XYZ 43.82 61.18 35.88 -
YUV 191.87 100.98 97.42 -
System Red Green Blue C M Y K H S L
Decimal 149 223 144 0.33 0 0.35 0.13 116.2 0.55 0.72
Hex 95 DF 90 21 0 23 D 74 37 48
Octal 225 337 220 41 0 43 15 164 67 110
Binary 10010101 11011111 10010000 100001 0 100011 1101 1110100 110111 1001000

Color Harmonies of #95DF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF90

Black with #95DF90

Text Example


Text Example

White with #95DF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,223,144); }

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

background-color css

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

 a { background-color: rgb(149,223,144); }

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

border-color css

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

 span { border-color: rgb(149,223,144); }

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