Html Css Color HEX #9DF385 Granny Smith Apple

📋 copy color: '#9DF385'

red 157 ◦ green 243 ◦ blue 133

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

Shades of Granny Smith Apple #9DF385

Tints of Granny Smith Apple #9DF385

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.59%

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

R = 29.46%
G = 45.59%
B = 24.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#9DF385 (or 0x9DF385) is known color: Granny Smith Apple. HEX triplet: 9D, F3 and 85. RGB value is (157,243,133). Sum of RGB (Red+Green+Blue) = 157+243+133=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF385 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF385 is #620C7A. Grayscale: #CDCDCD. Windows color (decimal): -6425723 or 8778653. OLE color: 8778653.

HSL color Cylindrical-coordinate representation of color #9DF385: hue angle of 106.91º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DF385 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 243 133 -
CMYK 0.35 0 0.45 0.05
HSL 106.91º 0.82% 0.74% -
HSV(B) 106.91º 0.45% 0.95% -
XYZ 50.19 72.96 33.63 -
YUV 204.75 87.51 93.94 -
System Red Green Blue C M Y K H S L
Decimal 157 243 133 0.35 0 0.45 0.05 106.91 0.82 0.74
Hex 9D F3 85 23 0 2D 5 6B 52 4A
Octal 235 363 205 43 0 55 5 153 122 112
Binary 10011101 11110011 10000101 100011 0 101101 101 1101011 1010010 1001010

Color Harmonies of #9DF385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF385

Black with #9DF385

Text Example


Text Example

White with #9DF385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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