Html Css Color HEX #85D212 Yellow Green

📋 copy color: '#85D212'

red 133 ◦ green 210 ◦ blue 18

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

Shades of Yellow Green #85D212

Tints of Yellow Green #85D212

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.17%

 BLUE value IS 18 (7.42% from 255) = 4.99%

R = 36.84%
G = 58.17%
B = 4.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#85D212 (or 0x85D212) is known color: Yellow Green. HEX triplet: 85, D2 and 12. RGB value is (133,210,18). Sum of RGB (Red+Green+Blue) = 133+210+18=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #85D212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D212 is #7A2DED. Grayscale: #A5A5A5. Windows color (decimal): -8007150 or 1233541. OLE color: 1233541.

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

Color convert

RGB 133 210 18 -
CMYK 0.37 0 0.91 0.18
HSL 84.06º 0.84% 0.45% -
HSV(B) 84.06º 0.91% 0.82% -
XYZ 32.83 51.12 8.71 -
YUV 165.09 44.99 105.11 -
System Red Green Blue C M Y K H S L
Decimal 133 210 18 0.37 0 0.91 0.18 84.06 0.84 0.45
Hex 85 D2 12 25 0 5B 12 54 54 2D
Octal 205 322 22 45 0 133 22 124 124 55
Binary 10000101 11010010 10010 100101 0 1011011 10010 1010100 1010100 101101

Color Harmonies of #85D212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D212

Black with #85D212

Text Example


Text Example

White with #85D212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,210,18); }

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

background-color css

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

 a { background-color: rgb(133,210,18); }

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

border-color css

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

 span { border-color: rgb(133,210,18); }

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