Html Css Color HEX #85C22B Yellow Green

📋 copy color: '#85C22B'

red 133 ◦ green 194 ◦ blue 43

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

Shades of Yellow Green #85C22B

Tints of Yellow Green #85C22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.62%

R = 35.95%
G = 52.43%
B = 11.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#85C22B (or 0x85C22B) is known color: Yellow Green. HEX triplet: 85, C2 and 2B. RGB value is (133,194,43). Sum of RGB (Red+Green+Blue) = 133+194+43=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #85C22B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C22B is #7A3DD4. Grayscale: #9F9F9F. Windows color (decimal): -8011221 or 2867845. OLE color: 2867845.

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

Color convert

RGB 133 194 43 -
CMYK 0.31 0 0.78 0.24
HSL 84.24º 0.64% 0.46% -
HSV(B) 84.24º 0.78% 0.76% -
XYZ 29.4 43.74 9.18 -
YUV 158.55 62.79 109.78 -
System Red Green Blue C M Y K H S L
Decimal 133 194 43 0.31 0 0.78 0.24 84.24 0.64 0.46
Hex 85 C2 2B 1F 0 4E 18 54 40 2E
Octal 205 302 53 37 0 116 30 124 100 56
Binary 10000101 11000010 101011 11111 0 1001110 11000 1010100 1000000 101110

Color Harmonies of #85C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C22B

Black with #85C22B

Text Example


Text Example

White with #85C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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