Html Css Color HEX #85CD32 Yellow Green

📋 copy color: '#85CD32'

red 133 ◦ green 205 ◦ blue 50

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

Shades of Yellow Green #85CD32

Tints of Yellow Green #85CD32

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.84%

 BLUE value IS 50 (19.92% from 255) = 12.89%

R = 34.28%
G = 52.84%
B = 12.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#85CD32 (or 0x85CD32) is known color: Yellow Green. HEX triplet: 85, CD and 32. RGB value is (133,205,50). Sum of RGB (Red+Green+Blue) = 133+205+50=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CD32 is #7A32CD. Grayscale: #A6A6A6. Windows color (decimal): -8008398 or 3329413. OLE color: 3329413.

HSL color Cylindrical-coordinate representation of color #85CD32: hue angle of 87.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85CD32 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 205 50 -
CMYK 0.35 0 0.76 0.20
HSL 87.87º 0.61% 0.5% -
HSV(B) 87.87º 0.76% 0.8% -
XYZ 32.08 48.88 10.76 -
YUV 165.8 62.65 104.6 -
System Red Green Blue C M Y K H S L
Decimal 133 205 50 0.35 0 0.76 0.20 87.87 0.61 0.5
Hex 85 CD 32 23 0 4C 14 58 3D 32
Octal 205 315 62 43 0 114 24 130 75 62
Binary 10000101 11001101 110010 100011 0 1001100 10100 1011000 111101 110010

Color Harmonies of #85CD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CD32

Black with #85CD32

Text Example


Text Example

White with #85CD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,205,50); }

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

background-color css

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

 a { background-color: rgb(133,205,50); }

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

border-color css

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

 span { border-color: rgb(133,205,50); }

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