Html Css Color HEX #9BE485 Granny Smith Apple

📋 copy color: '#9BE485'

red 155 ◦ green 228 ◦ blue 133

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

Shades of Granny Smith Apple #9BE485

Tints of Granny Smith Apple #9BE485

RGB

 RED value IS 155 (60.94% from 255) = 30.04%

 GREEN value IS 228 (89.45% from 255) = 44.19%

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

R = 30.04%
G = 44.19%
B = 25.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#9BE485 (or 0x9BE485) is known color: Granny Smith Apple. HEX triplet: 9B, E4 and 85. RGB value is (155,228,133). Sum of RGB (Red+Green+Blue) = 155+228+133=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE485 is #641B7A. Grayscale: #C3C3C3. Windows color (decimal): -6560635 or 8774811. OLE color: 8774811.

HSL color Cylindrical-coordinate representation of color #9BE485: hue angle of 106.11º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BE485 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 228 133 -
CMYK 0.32 0 0.42 0.11
HSL 106.11º 0.64% 0.71% -
HSV(B) 106.11º 0.42% 0.89% -
XYZ 45.49 64.15 32.17 -
YUV 195.34 92.82 99.22 -
System Red Green Blue C M Y K H S L
Decimal 155 228 133 0.32 0 0.42 0.11 106.11 0.64 0.71
Hex 9B E4 85 20 0 2A B 6A 40 47
Octal 233 344 205 40 0 52 13 152 100 107
Binary 10011011 11100100 10000101 100000 0 101010 1011 1101010 1000000 1000111

Color Harmonies of #9BE485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE485

Black with #9BE485

Text Example


Text Example

White with #9BE485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,228,133); }

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

background-color css

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

 a { background-color: rgb(155,228,133); }

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

border-color css

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

 span { border-color: rgb(155,228,133); }

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