Html Css Color HEX #85C91C Yellow Green

📋 copy color: '#85C91C'

red 133 ◦ green 201 ◦ blue 28

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

Shades of Yellow Green #85C91C

Tints of Yellow Green #85C91C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.52%

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

R = 36.74%
G = 55.52%
B = 7.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#85C91C (or 0x85C91C) is known color: Yellow Green. HEX triplet: 85, C9 and 1C. RGB value is (133,201,28). Sum of RGB (Red+Green+Blue) = 133+201+28=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 201 (78.91% from 255 or 55.52% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 201 - color contains mainly: green. Hex color #85C91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C91C is #7A36E3. Grayscale: #A1A1A1. Windows color (decimal): -8009444 or 1886597. OLE color: 1886597.

HSL color Cylindrical-coordinate representation of color #85C91C: hue angle of 83.58º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85C91C is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 201 28 -
CMYK 0.34 0 0.86 0.21
HSL 83.58º 0.76% 0.45% -
HSV(B) 83.58º 0.86% 0.79% -
XYZ 30.77 46.84 8.52 -
YUV 160.95 52.97 108.07 -
System Red Green Blue C M Y K H S L
Decimal 133 201 28 0.34 0 0.86 0.21 83.58 0.76 0.45
Hex 85 C9 1C 22 0 56 15 54 4C 2D
Octal 205 311 34 42 0 126 25 124 114 55
Binary 10000101 11001001 11100 100010 0 1010110 10101 1010100 1001100 101101

Color Harmonies of #85C91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C91C

Black with #85C91C

Text Example


Text Example

White with #85C91C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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