Html Css Color HEX #85DE2B Yellow Green

📋 copy color: '#85DE2B'

red 133 ◦ green 222 ◦ blue 43

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

Shades of Yellow Green #85DE2B

Tints of Yellow Green #85DE2B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 55.78%

 BLUE value IS 43 (17.19% from 255) = 10.8%

R = 33.42%
G = 55.78%
B = 10.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#85DE2B (or 0x85DE2B) is known color: Yellow Green. HEX triplet: 85, DE and 2B. RGB value is (133,222,43). Sum of RGB (Red+Green+Blue) = 133+222+43=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 222 (87.11% from 255 or 55.78% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DE2B is #7A21D4. Grayscale: #AFAFAF. Windows color (decimal): -8004053 or 2875013. OLE color: 2875013.

HSL color Cylindrical-coordinate representation of color #85DE2B: hue angle of 89.83º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85DE2B is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 222 43 -
CMYK 0.40 0 0.81 0.13
HSL 89.83º 0.73% 0.52% -
HSV(B) 89.83º 0.81% 0.87% -
XYZ 36.23 57.4 11.46 -
YUV 174.98 53.51 98.05 -
System Red Green Blue C M Y K H S L
Decimal 133 222 43 0.40 0 0.81 0.13 89.83 0.73 0.52
Hex 85 DE 2B 28 0 51 D 5A 49 34
Octal 205 336 53 50 0 121 15 132 111 64
Binary 10000101 11011110 101011 101000 0 1010001 1101 1011010 1001001 110100

Color Harmonies of #85DE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DE2B

Black with #85DE2B

Text Example


Text Example

White with #85DE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,222,43); }

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

background-color css

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

 a { background-color: rgb(133,222,43); }

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

border-color css

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

 span { border-color: rgb(133,222,43); }

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