Html Css Color HEX #94E283 Granny Smith Apple

📋 copy color: '#94E283'

red 148 ◦ green 226 ◦ blue 131

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

Shades of Granny Smith Apple #94E283

Tints of Granny Smith Apple #94E283

RGB

 RED value IS 148 (58.2% from 255) = 29.31%

 GREEN value IS 226 (88.67% from 255) = 44.75%

 BLUE value IS 131 (51.56% from 255) = 25.94%

R = 29.31%
G = 44.75%
B = 25.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#94E283 (or 0x94E283) is known color: Granny Smith Apple. HEX triplet: 94, E2 and 83. RGB value is (148,226,131). Sum of RGB (Red+Green+Blue) = 148+226+131=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #94E283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E283 is #6B1D7C. Grayscale: #C0C0C0. Windows color (decimal): -7019901 or 8643220. OLE color: 8643220.

HSL color Cylindrical-coordinate representation of color #94E283: hue angle of 109.26º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94E283 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 226 131 -
CMYK 0.35 0 0.42 0.11
HSL 109.26º 0.62% 0.7% -
HSV(B) 109.26º 0.42% 0.89% -
XYZ 43.51 62.33 31.21 -
YUV 191.85 93.66 96.72 -
System Red Green Blue C M Y K H S L
Decimal 148 226 131 0.35 0 0.42 0.11 109.26 0.62 0.7
Hex 94 E2 83 23 0 2A B 6D 3E 46
Octal 224 342 203 43 0 52 13 155 76 106
Binary 10010100 11100010 10000011 100011 0 101010 1011 1101101 111110 1000110

Color Harmonies of #94E283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E283

Black with #94E283

Text Example


Text Example

White with #94E283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94E283; }

 p { color: rgb(148,226,131); }

 H1.HeaderClassName
 {
   color: #94E283;
 }
 .AnyTagClassName
 {
   color: #94E283;
 }
</style>

background-color css

<style>
 a { background-color: #94E283; }

 a { background-color: rgb(148,226,131); }

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

border-color css

<style>
 span { border-color: #94E283; }

 span { border-color: rgb(148,226,131); }

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