Html Css Color HEX #85C23B Yellow Green

📋 copy color: '#85C23B'

red 133 ◦ green 194 ◦ blue 59

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

Shades of Yellow Green #85C23B

Tints of Yellow Green #85C23B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.28%

R = 34.46%
G = 50.26%
B = 15.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#85C23B (or 0x85C23B) is known color: Yellow Green. HEX triplet: 85, C2 and 3B. RGB value is (133,194,59). Sum of RGB (Red+Green+Blue) = 133+194+59=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #85C23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C23B is #7A3DC4. Grayscale: #A0A0A0. Windows color (decimal): -8011205 or 3916421. OLE color: 3916421.

HSL color Cylindrical-coordinate representation of color #85C23B: hue angle of 87.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85C23B is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 194 59 -
CMYK 0.31 0 0.70 0.24
HSL 87.11º 0.53% 0.5% -
HSV(B) 87.11º 0.7% 0.76% -
XYZ 29.75 43.89 11.04 -
YUV 160.37 70.79 108.48 -
System Red Green Blue C M Y K H S L
Decimal 133 194 59 0.31 0 0.70 0.24 87.11 0.53 0.5
Hex 85 C2 3B 1F 0 46 18 57 35 32
Octal 205 302 73 37 0 106 30 127 65 62
Binary 10000101 11000010 111011 11111 0 1000110 11000 1010111 110101 110010

Color Harmonies of #85C23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C23B

Black with #85C23B

Text Example


Text Example

White with #85C23B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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