Html Css Color HEX #85FB32 Green Yellow

📋 copy color: '#85FB32'

red 133 ◦ green 251 ◦ blue 50

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

Shades of Green Yellow #85FB32

Tints of Green Yellow #85FB32

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.83%

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

R = 30.65%
G = 57.83%
B = 11.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#85FB32 (or 0x85FB32) is known color: Green Yellow. HEX triplet: 85, FB and 32. RGB value is (133,251,50). Sum of RGB (Red+Green+Blue) = 133+251+50=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 251 (98.44% from 255 or 57.83% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FB32 is #7A04CD. Grayscale: #C1C1C1. Windows color (decimal): -7996622 or 3341189. OLE color: 3341189.

HSL color Cylindrical-coordinate representation of color #85FB32: hue angle of 95.22º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85FB32 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 251 50 -
CMYK 0.47 0 0.80 0.02
HSL 95.22º 0.96% 0.59% -
HSV(B) 95.22º 0.8% 0.98% -
XYZ 44.75 74.21 14.98 -
YUV 192.8 47.41 85.34 -
System Red Green Blue C M Y K H S L
Decimal 133 251 50 0.47 0 0.80 0.02 95.22 0.96 0.59
Hex 85 FB 32 2F 0 50 2 5F 60 3B
Octal 205 373 62 57 0 120 2 137 140 73
Binary 10000101 11111011 110010 101111 0 1010000 10 1011111 1100000 111011

Color Harmonies of #85FB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FB32

Black with #85FB32

Text Example


Text Example

White with #85FB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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