Html Css Color HEX #85C23D Yellow Green

📋 copy color: '#85C23D'

red 133 ◦ green 194 ◦ blue 61

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

Shades of Yellow Green #85C23D

Tints of Yellow Green #85C23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.72%

R = 34.28%
G = 50%
B = 15.72%

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

#85C23D (or 0x85C23D) is known color: Yellow Green. HEX triplet: 85, C2 and 3D. RGB value is (133,194,61). Sum of RGB (Red+Green+Blue) = 133+194+61=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #85C23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C23D is #7A3DC2. Grayscale: #A1A1A1. Windows color (decimal): -8011203 or 4047493. OLE color: 4047493.

HSL color Cylindrical-coordinate representation of color #85C23D: hue angle of 87.52º degrees, saturation: 0.52, 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 #85C23D is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 194 61 -
CMYK 0.31 0 0.69 0.24
HSL 87.52º 0.52% 0.5% -
HSV(B) 87.52º 0.69% 0.76% -
XYZ 29.81 43.91 11.32 -
YUV 160.6 71.79 108.31 -
System Red Green Blue C M Y K H S L
Decimal 133 194 61 0.31 0 0.69 0.24 87.52 0.52 0.5
Hex 85 C2 3D 1F 0 45 18 58 34 32
Octal 205 302 75 37 0 105 30 130 64 62
Binary 10000101 11000010 111101 11111 0 1000101 11000 1011000 110100 110010

Color Harmonies of #85C23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C23D

Black with #85C23D

Text Example


Text Example

White with #85C23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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