Html Css Color HEX #9DF482 Granny Smith Apple

📋 copy color: '#9DF482'

red 157 ◦ green 244 ◦ blue 130

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

Shades of Granny Smith Apple #9DF482

Tints of Granny Smith Apple #9DF482

RGB

 RED value IS 157 (61.72% from 255) = 29.57%

 GREEN value IS 244 (95.7% from 255) = 45.95%

 BLUE value IS 130 (51.17% from 255) = 24.48%

R = 29.57%
G = 45.95%
B = 24.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#9DF482 (or 0x9DF482) is known color: Granny Smith Apple. HEX triplet: 9D, F4 and 82. RGB value is (157,244,130). Sum of RGB (Red+Green+Blue) = 157+244+130=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #9DF482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF482 is #620B7D. Grayscale: #CDCDCD. Windows color (decimal): -6425470 or 8582301. OLE color: 8582301.

HSL color Cylindrical-coordinate representation of color #9DF482: hue angle of 105.79º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DF482 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 157 244 130 -
CMYK 0.36 0 0.47 0.04
HSL 105.79º 0.84% 0.73% -
HSV(B) 105.79º 0.47% 0.96% -
XYZ 50.28 73.48 32.65 -
YUV 204.99 85.68 93.77 -
System Red Green Blue C M Y K H S L
Decimal 157 244 130 0.36 0 0.47 0.04 105.79 0.84 0.73
Hex 9D F4 82 24 0 2F 4 6A 54 49
Octal 235 364 202 44 0 57 4 152 124 111
Binary 10011101 11110100 10000010 100100 0 101111 100 1101010 1010100 1001001

Color Harmonies of #9DF482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF482

Black with #9DF482

Text Example


Text Example

White with #9DF482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DF482; }

 p { color: rgb(157,244,130); }

 H1.HeaderClassName
 {
   color: #9DF482;
 }
 .AnyTagClassName
 {
   color: #9DF482;
 }
</style>

background-color css

<style>
 a { background-color: #9DF482; }

 a { background-color: rgb(157,244,130); }

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

border-color css

<style>
 span { border-color: #9DF482; }

 span { border-color: rgb(157,244,130); }

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