Html Css Color HEX #85C23C Yellow Green

📋 copy color: '#85C23C'

red 133 ◦ green 194 ◦ blue 60

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

Shades of Yellow Green #85C23C

Tints of Yellow Green #85C23C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.5%

R = 34.37%
G = 50.13%
B = 15.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#85C23C (or 0x85C23C) is known color: Yellow Green. HEX triplet: 85, C2 and 3C. RGB value is (133,194,60). Sum of RGB (Red+Green+Blue) = 133+194+60=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #85C23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C23C is #7A3DC3. Grayscale: #A0A0A0. Windows color (decimal): -8011204 or 3981957. OLE color: 3981957.

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

Color convert

RGB 133 194 60 -
CMYK 0.31 0 0.69 0.24
HSL 87.31º 0.53% 0.5% -
HSV(B) 87.31º 0.69% 0.76% -
XYZ 29.78 43.9 11.18 -
YUV 160.49 71.29 108.4 -
System Red Green Blue C M Y K H S L
Decimal 133 194 60 0.31 0 0.69 0.24 87.31 0.53 0.5
Hex 85 C2 3C 1F 0 45 18 57 35 32
Octal 205 302 74 37 0 105 30 127 65 62
Binary 10000101 11000010 111100 11111 0 1000101 11000 1010111 110101 110010

Color Harmonies of #85C23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C23C

Black with #85C23C

Text Example


Text Example

White with #85C23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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