Html Css Color HEX #9DF085 Granny Smith Apple

📋 copy color: '#9DF085'

red 157 ◦ green 240 ◦ blue 133

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

Shades of Granny Smith Apple #9DF085

Tints of Granny Smith Apple #9DF085

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.28%

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

R = 29.62%
G = 45.28%
B = 25.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#9DF085 (or 0x9DF085) is known color: Granny Smith Apple. HEX triplet: 9D, F0 and 85. RGB value is (157,240,133). Sum of RGB (Red+Green+Blue) = 157+240+133=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF085 is #620F7A. Grayscale: #CBCBCB. Windows color (decimal): -6426491 or 8777885. OLE color: 8777885.

HSL color Cylindrical-coordinate representation of color #9DF085: hue angle of 106.54º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DF085 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 240 133 -
CMYK 0.35 0 0.45 0.06
HSL 106.54º 0.78% 0.73% -
HSV(B) 106.54º 0.45% 0.94% -
XYZ 49.3 71.18 33.33 -
YUV 202.99 88.5 95.2 -
System Red Green Blue C M Y K H S L
Decimal 157 240 133 0.35 0 0.45 0.06 106.54 0.78 0.73
Hex 9D F0 85 23 0 2D 6 6B 4E 49
Octal 235 360 205 43 0 55 6 153 116 111
Binary 10011101 11110000 10000101 100011 0 101101 110 1101011 1001110 1001001

Color Harmonies of #9DF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF085

Black with #9DF085

Text Example


Text Example

White with #9DF085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,240,133); }

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

background-color css

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

 a { background-color: rgb(157,240,133); }

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

border-color css

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

 span { border-color: rgb(157,240,133); }

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