Html Css Color HEX #85C22D Yellow Green

📋 copy color: '#85C22D'

red 133 ◦ green 194 ◦ blue 45

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

Shades of Yellow Green #85C22D

Tints of Yellow Green #85C22D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.15%

 BLUE value IS 45 (17.97% from 255) = 12.1%

R = 35.75%
G = 52.15%
B = 12.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#85C22D (or 0x85C22D) is known color: Yellow Green. HEX triplet: 85, C2 and 2D. RGB value is (133,194,45). Sum of RGB (Red+Green+Blue) = 133+194+45=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #85C22D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C22D is #7A3DD2. Grayscale: #9F9F9F. Windows color (decimal): -8011219 or 2998917. OLE color: 2998917.

HSL color Cylindrical-coordinate representation of color #85C22D: hue angle of 84.56º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85C22D is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 194 45 -
CMYK 0.31 0 0.77 0.24
HSL 84.56º 0.62% 0.47% -
HSV(B) 84.56º 0.77% 0.76% -
XYZ 29.44 43.76 9.38 -
YUV 158.78 63.79 109.62 -
System Red Green Blue C M Y K H S L
Decimal 133 194 45 0.31 0 0.77 0.24 84.56 0.62 0.47
Hex 85 C2 2D 1F 0 4D 18 55 3E 2F
Octal 205 302 55 37 0 115 30 125 76 57
Binary 10000101 11000010 101101 11111 0 1001101 11000 1010101 111110 101111

Color Harmonies of #85C22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C22D

Black with #85C22D

Text Example


Text Example

White with #85C22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,194,45); }

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

background-color css

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

 a { background-color: rgb(133,194,45); }

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

border-color css

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

 span { border-color: rgb(133,194,45); }

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