Html Css Color HEX #85C72B Yellow Green

📋 copy color: '#85C72B'

red 133 ◦ green 199 ◦ blue 43

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

Shades of Yellow Green #85C72B

Tints of Yellow Green #85C72B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.07%

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

R = 35.47%
G = 53.07%
B = 11.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#85C72B (or 0x85C72B) is known color: Yellow Green. HEX triplet: 85, C7 and 2B. RGB value is (133,199,43). Sum of RGB (Red+Green+Blue) = 133+199+43=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #85C72B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C72B is #7A38D4. Grayscale: #A2A2A2. Windows color (decimal): -8009941 or 2869125. OLE color: 2869125.

HSL color Cylindrical-coordinate representation of color #85C72B: hue angle of 85.38º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85C72B is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 199 43 -
CMYK 0.33 0 0.78 0.22
HSL 85.38º 0.64% 0.47% -
HSV(B) 85.38º 0.78% 0.78% -
XYZ 30.53 46.01 9.56 -
YUV 161.48 61.13 107.68 -
System Red Green Blue C M Y K H S L
Decimal 133 199 43 0.33 0 0.78 0.22 85.38 0.64 0.47
Hex 85 C7 2B 21 0 4E 16 55 40 2F
Octal 205 307 53 41 0 116 26 125 100 57
Binary 10000101 11000111 101011 100001 0 1001110 10110 1010101 1000000 101111

Color Harmonies of #85C72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C72B

Black with #85C72B

Text Example


Text Example

White with #85C72B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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