Html Css Color HEX #85D01C Yellow Green

📋 copy color: '#85D01C'

red 133 ◦ green 208 ◦ blue 28

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

Shades of Yellow Green #85D01C

Tints of Yellow Green #85D01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.59%

R = 36.04%
G = 56.37%
B = 7.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#85D01C (or 0x85D01C) is known color: Yellow Green. HEX triplet: 85, D0 and 1C. RGB value is (133,208,28). Sum of RGB (Red+Green+Blue) = 133+208+28=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #85D01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D01C is #7A2FE3. Grayscale: #A5A5A5. Windows color (decimal): -8007652 or 1888389. OLE color: 1888389.

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

Color convert

RGB 133 208 28 -
CMYK 0.36 0 0.87 0.18
HSL 85º 0.76% 0.46% -
HSV(B) 85º 0.87% 0.82% -
XYZ 32.44 50.18 9.08 -
YUV 165.06 50.65 105.14 -
System Red Green Blue C M Y K H S L
Decimal 133 208 28 0.36 0 0.87 0.18 85 0.76 0.46
Hex 85 D0 1C 24 0 57 12 55 4C 2E
Octal 205 320 34 44 0 127 22 125 114 56
Binary 10000101 11010000 11100 100100 0 1010111 10010 1010101 1001100 101110

Color Harmonies of #85D01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D01C

Black with #85D01C

Text Example


Text Example

White with #85D01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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