Html Css Color HEX #85CE35 Yellow Green

📋 copy color: '#85CE35'

red 133 ◦ green 206 ◦ blue 53

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

Shades of Yellow Green #85CE35

Tints of Yellow Green #85CE35

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.55%

 BLUE value IS 53 (21.09% from 255) = 13.52%

R = 33.93%
G = 52.55%
B = 13.52%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#85CE35 (or 0x85CE35) is known color: Yellow Green. HEX triplet: 85, CE and 35. RGB value is (133,206,53). Sum of RGB (Red+Green+Blue) = 133+206+53=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CE35 is #7A31CA. Grayscale: #A7A7A7. Windows color (decimal): -8008139 or 3526277. OLE color: 3526277.

HSL color Cylindrical-coordinate representation of color #85CE35: hue angle of 88.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85CE35 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 206 53 -
CMYK 0.35 0 0.74 0.19
HSL 88.63º 0.61% 0.51% -
HSV(B) 88.63º 0.74% 0.81% -
XYZ 32.39 49.39 11.19 -
YUV 166.73 63.82 103.94 -
System Red Green Blue C M Y K H S L
Decimal 133 206 53 0.35 0 0.74 0.19 88.63 0.61 0.51
Hex 85 CE 35 23 0 4A 13 59 3D 33
Octal 205 316 65 43 0 112 23 131 75 63
Binary 10000101 11001110 110101 100011 0 1001010 10011 1011001 111101 110011

Color Harmonies of #85CE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CE35

Black with #85CE35

Text Example


Text Example

White with #85CE35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,206,53); }

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

background-color css

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

 a { background-color: rgb(133,206,53); }

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

border-color css

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

 span { border-color: rgb(133,206,53); }

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