Html Css Color HEX #85D022 Yellow Green

📋 copy color: '#85D022'

red 133 ◦ green 208 ◦ blue 34

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

Shades of Yellow Green #85D022

Tints of Yellow Green #85D022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.47%

 BLUE value IS 34 (13.67% from 255) = 9.07%

R = 35.47%
G = 55.47%
B = 9.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#85D022 (or 0x85D022) is known color: Yellow Green. HEX triplet: 85, D0 and 22. RGB value is (133,208,34). Sum of RGB (Red+Green+Blue) = 133+208+34=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #85D022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D022 is #7A2FDD. Grayscale: #A6A6A6. Windows color (decimal): -8007646 or 2281605. OLE color: 2281605.

HSL color Cylindrical-coordinate representation of color #85D022: hue angle of 85.86º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85D022 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 208 34 -
CMYK 0.36 0 0.84 0.18
HSL 85.86º 0.72% 0.47% -
HSV(B) 85.86º 0.84% 0.82% -
XYZ 32.52 50.21 9.49 -
YUV 165.74 53.65 104.65 -
System Red Green Blue C M Y K H S L
Decimal 133 208 34 0.36 0 0.84 0.18 85.86 0.72 0.47
Hex 85 D0 22 24 0 54 12 56 48 2F
Octal 205 320 42 44 0 124 22 126 110 57
Binary 10000101 11010000 100010 100100 0 1010100 10010 1010110 1001000 101111

Color Harmonies of #85D022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D022

Black with #85D022

Text Example


Text Example

White with #85D022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,208,34); }

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

background-color css

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

 a { background-color: rgb(133,208,34); }

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

border-color css

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

 span { border-color: rgb(133,208,34); }

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