Html Css Color HEX #85E630 Yellow Green

📋 copy color: '#85E630'

red 133 ◦ green 230 ◦ blue 48

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

Shades of Yellow Green #85E630

Tints of Yellow Green #85E630

RGB

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

 GREEN value IS 230 (90.23% from 255) = 55.96%

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

R = 32.36%
G = 55.96%
B = 11.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#85E630 (or 0x85E630) is known color: Yellow Green. HEX triplet: 85, E6 and 30. RGB value is (133,230,48). Sum of RGB (Red+Green+Blue) = 133+230+48=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 230 (90.23% from 255 or 55.96% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 230 - color contains mainly: green. Hex color #85E630 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E630 is #7A19CF. Grayscale: #B4B4B4. Windows color (decimal): -8002000 or 3204741. OLE color: 3204741.

HSL color Cylindrical-coordinate representation of color #85E630: hue angle of 91.98º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85E630 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 230 48 -
CMYK 0.42 0 0.79 0.10
HSL 91.98º 0.78% 0.55% -
HSV(B) 91.98º 0.79% 0.9% -
XYZ 38.5 61.79 12.69 -
YUV 180.25 53.36 94.3 -
System Red Green Blue C M Y K H S L
Decimal 133 230 48 0.42 0 0.79 0.10 91.98 0.78 0.55
Hex 85 E6 30 2A 0 4F A 5C 4E 37
Octal 205 346 60 52 0 117 12 134 116 67
Binary 10000101 11100110 110000 101010 0 1001111 1010 1011100 1001110 110111

Color Harmonies of #85E630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E630

Black with #85E630

Text Example


Text Example

White with #85E630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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