Html Css Color HEX #85D92A Yellow Green

📋 copy color: '#85D92A'

red 133 ◦ green 217 ◦ blue 42

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

Shades of Yellow Green #85D92A

Tints of Yellow Green #85D92A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.36%

 BLUE value IS 42 (16.8% from 255) = 10.71%

R = 33.93%
G = 55.36%
B = 10.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#85D92A (or 0x85D92A) is known color: Yellow Green. HEX triplet: 85, D9 and 2A. RGB value is (133,217,42). Sum of RGB (Red+Green+Blue) = 133+217+42=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #85D92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D92A is #7A26D5. Grayscale: #ACACAC. Windows color (decimal): -8005334 or 2808197. OLE color: 2808197.

HSL color Cylindrical-coordinate representation of color #85D92A: hue angle of 88.8º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85D92A is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 217 42 -
CMYK 0.39 0 0.81 0.15
HSL 88.8º 0.7% 0.51% -
HSV(B) 88.8º 0.81% 0.85% -
XYZ 34.9 54.78 10.92 -
YUV 171.93 54.67 100.23 -
System Red Green Blue C M Y K H S L
Decimal 133 217 42 0.39 0 0.81 0.15 88.8 0.7 0.51
Hex 85 D9 2A 27 0 51 F 59 46 33
Octal 205 331 52 47 0 121 17 131 106 63
Binary 10000101 11011001 101010 100111 0 1010001 1111 1011001 1000110 110011

Color Harmonies of #85D92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D92A

Black with #85D92A

Text Example


Text Example

White with #85D92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,217,42); }

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

background-color css

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

 a { background-color: rgb(133,217,42); }

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

border-color css

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

 span { border-color: rgb(133,217,42); }

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