Html Css Color HEX #92DB95 Granny Smith Apple

📋 copy color: '#92DB95'

red 146 ◦ green 219 ◦ blue 149

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

Shades of Granny Smith Apple #92DB95

Tints of Granny Smith Apple #92DB95

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.61%

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

R = 28.4%
G = 42.61%
B = 28.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#92DB95 (or 0x92DB95) is known color: Granny Smith Apple. HEX triplet: 92, DB and 95. RGB value is (146,219,149). Sum of RGB (Red+Green+Blue) = 146+219+149=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #92DB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DB95 is #6D246A. Grayscale: #BDBDBD. Windows color (decimal): -7152747 or 9821074. OLE color: 9821074.

HSL color Cylindrical-coordinate representation of color #92DB95: hue angle of 122.47º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DB95 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 219 149 -
CMYK 0.33 0 0.32 0.14
HSL 122.47º 0.5% 0.72% -
HSV(B) 122.47º 0.33% 0.86% -
XYZ 42.61 58.94 37.57 -
YUV 189.19 105.32 97.19 -
System Red Green Blue C M Y K H S L
Decimal 146 219 149 0.33 0 0.32 0.14 122.47 0.5 0.72
Hex 92 DB 95 21 0 20 E 7A 32 48
Octal 222 333 225 41 0 40 16 172 62 110
Binary 10010010 11011011 10010101 100001 0 100000 1110 1111010 110010 1001000

Color Harmonies of #92DB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92DB95

Black with #92DB95

Text Example


Text Example

White with #92DB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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