Html Css Color HEX #85FA2B Green Yellow

📋 copy color: '#85FA2B'

red 133 ◦ green 250 ◦ blue 43

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

Shades of Green Yellow #85FA2B

Tints of Green Yellow #85FA2B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58.69%

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

R = 31.22%
G = 58.69%
B = 10.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#85FA2B (or 0x85FA2B) is known color: Green Yellow. HEX triplet: 85, FA and 2B. RGB value is (133,250,43). Sum of RGB (Red+Green+Blue) = 133+250+43=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 250 (98.05% from 255 or 58.69% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FA2B is #7A05D4. Grayscale: #C0C0C0. Windows color (decimal): -7996885 or 2882181. OLE color: 2882181.

HSL color Cylindrical-coordinate representation of color #85FA2B: hue angle of 93.91º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85FA2B is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 250 43 -
CMYK 0.47 0 0.83 0.02
HSL 93.91º 0.95% 0.57% -
HSV(B) 93.91º 0.83% 0.98% -
XYZ 44.29 73.53 14.14 -
YUV 191.42 44.24 86.33 -
System Red Green Blue C M Y K H S L
Decimal 133 250 43 0.47 0 0.83 0.02 93.91 0.95 0.57
Hex 85 FA 2B 2F 0 53 2 5E 5F 39
Octal 205 372 53 57 0 123 2 136 137 71
Binary 10000101 11111010 101011 101111 0 1010011 10 1011110 1011111 111001

Color Harmonies of #85FA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FA2B

Black with #85FA2B

Text Example


Text Example

White with #85FA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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