Html Css Color HEX #92DD85 Granny Smith Apple

📋 copy color: '#92DD85'

red 146 ◦ green 221 ◦ blue 133

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

Shades of Granny Smith Apple #92DD85

Tints of Granny Smith Apple #92DD85

RGB

 RED value IS 146 (57.42% from 255) = 29.2%

 GREEN value IS 221 (86.72% from 255) = 44.2%

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

R = 29.2%
G = 44.2%
B = 26.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#92DD85 (or 0x92DD85) is known color: Granny Smith Apple. HEX triplet: 92, DD and 85. RGB value is (146,221,133). Sum of RGB (Red+Green+Blue) = 146+221+133=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DD85 is #6D227A. Grayscale: #BCBCBC. Windows color (decimal): -7152251 or 8773010. OLE color: 8773010.

HSL color Cylindrical-coordinate representation of color #92DD85: hue angle of 111.14º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92DD85 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 221 133 -
CMYK 0.34 0 0.40 0.13
HSL 111.14º 0.56% 0.69% -
HSV(B) 111.14º 0.4% 0.87% -
XYZ 41.94 59.52 31.47 -
YUV 188.54 96.65 97.66 -
System Red Green Blue C M Y K H S L
Decimal 146 221 133 0.34 0 0.40 0.13 111.14 0.56 0.69
Hex 92 DD 85 22 0 28 D 6F 38 45
Octal 222 335 205 42 0 50 15 157 70 105
Binary 10010010 11011101 10000101 100010 0 101000 1101 1101111 111000 1000101

Color Harmonies of #92DD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92DD85

Black with #92DD85

Text Example


Text Example

White with #92DD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92DD85; }

 p { color: rgb(146,221,133); }

 H1.HeaderClassName
 {
   color: #92DD85;
 }
 .AnyTagClassName
 {
   color: #92DD85;
 }
</style>

background-color css

<style>
 a { background-color: #92DD85; }

 a { background-color: rgb(146,221,133); }

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

border-color css

<style>
 span { border-color: #92DD85; }

 span { border-color: rgb(146,221,133); }

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