Html Css Color HEX #92D995 Granny Smith Apple

📋 copy color: '#92D995'

red 146 ◦ green 217 ◦ blue 149

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

Shades of Granny Smith Apple #92D995

Tints of Granny Smith Apple #92D995

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.38%

 BLUE value IS 149 (58.59% from 255) = 29.1%

R = 28.52%
G = 42.38%
B = 29.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#92D995 (or 0x92D995) is known color: Granny Smith Apple. HEX triplet: 92, D9 and 95. RGB value is (146,217,149). Sum of RGB (Red+Green+Blue) = 146+217+149=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #92D995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D995 is #6D266A. Grayscale: #BCBCBC. Windows color (decimal): -7153259 or 9820562. OLE color: 9820562.

HSL color Cylindrical-coordinate representation of color #92D995: hue angle of 122.54º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92D995 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 217 149 -
CMYK 0.33 0 0.31 0.15
HSL 122.54º 0.48% 0.71% -
HSV(B) 122.54º 0.33% 0.85% -
XYZ 42.09 57.91 37.39 -
YUV 188.02 105.98 98.03 -
System Red Green Blue C M Y K H S L
Decimal 146 217 149 0.33 0 0.31 0.15 122.54 0.48 0.71
Hex 92 D9 95 21 0 1F F 7B 30 47
Octal 222 331 225 41 0 37 17 173 60 107
Binary 10010010 11011001 10010101 100001 0 11111 1111 1111011 110000 1000111

Color Harmonies of #92D995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D995

Black with #92D995

Text Example


Text Example

White with #92D995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,217,149); }

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

background-color css

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

 a { background-color: rgb(146,217,149); }

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

border-color css

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

 span { border-color: rgb(146,217,149); }

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