Html Css Color HEX #9DED85 Granny Smith Apple

📋 copy color: '#9DED85'

red 157 ◦ green 237 ◦ blue 133

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

Shades of Granny Smith Apple #9DED85

Tints of Granny Smith Apple #9DED85

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.97%

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

R = 29.79%
G = 44.97%
B = 25.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#9DED85 (or 0x9DED85) is known color: Granny Smith Apple. HEX triplet: 9D, ED and 85. RGB value is (157,237,133). Sum of RGB (Red+Green+Blue) = 157+237+133=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #9DED85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DED85 is #62127A. Grayscale: #C9C9C9. Windows color (decimal): -6427259 or 8777117. OLE color: 8777117.

HSL color Cylindrical-coordinate representation of color #9DED85: hue angle of 106.15º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DED85 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 237 133 -
CMYK 0.34 0 0.44 0.07
HSL 106.15º 0.74% 0.73% -
HSV(B) 106.15º 0.44% 0.93% -
XYZ 48.42 69.43 33.04 -
YUV 201.22 89.5 96.46 -
System Red Green Blue C M Y K H S L
Decimal 157 237 133 0.34 0 0.44 0.07 106.15 0.74 0.73
Hex 9D ED 85 22 0 2C 7 6A 4A 49
Octal 235 355 205 42 0 54 7 152 112 111
Binary 10011101 11101101 10000101 100010 0 101100 111 1101010 1001010 1001001

Color Harmonies of #9DED85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DED85

Black with #9DED85

Text Example


Text Example

White with #9DED85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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