Html Css Color HEX #85E430 Yellow Green

📋 copy color: '#85E430'

red 133 ◦ green 228 ◦ blue 48

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

Shades of Yellow Green #85E430

Tints of Yellow Green #85E430

RGB

 RED value IS 133 (52.34% from 255) = 32.52%

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

 BLUE value IS 48 (19.14% from 255) = 11.74%

R = 32.52%
G = 55.75%
B = 11.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#85E430 (or 0x85E430) is known color: Yellow Green. HEX triplet: 85, E4 and 30. RGB value is (133,228,48). Sum of RGB (Red+Green+Blue) = 133+228+48=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 228 (89.45% from 255 or 55.75% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 228 - color contains mainly: green. Hex color #85E430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E430 is #7A1BCF. Grayscale: #B3B3B3. Windows color (decimal): -8002512 or 3204229. OLE color: 3204229.

HSL color Cylindrical-coordinate representation of color #85E430: hue angle of 91.67º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85E430 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 228 48 -
CMYK 0.42 0 0.79 0.11
HSL 91.67º 0.77% 0.54% -
HSV(B) 91.67º 0.79% 0.89% -
XYZ 37.95 60.69 12.51 -
YUV 179.08 54.03 95.14 -
System Red Green Blue C M Y K H S L
Decimal 133 228 48 0.42 0 0.79 0.11 91.67 0.77 0.54
Hex 85 E4 30 2A 0 4F B 5C 4D 36
Octal 205 344 60 52 0 117 13 134 115 66
Binary 10000101 11100100 110000 101010 0 1001111 1011 1011100 1001101 110110

Color Harmonies of #85E430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E430

Black with #85E430

Text Example


Text Example

White with #85E430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85E430; }

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

 H1.HeaderClassName
 {
   color: #85E430;
 }
 .AnyTagClassName
 {
   color: #85E430;
 }
</style>

background-color css

<style>
 a { background-color: #85E430; }

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

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

border-color css

<style>
 span { border-color: #85E430; }

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

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