Html Css Color HEX #85F93B Green Yellow

📋 copy color: '#85F93B'

red 133 ◦ green 249 ◦ blue 59

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

Shades of Green Yellow #85F93B

Tints of Green Yellow #85F93B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.46%

 BLUE value IS 59 (23.44% from 255) = 13.38%

R = 30.16%
G = 56.46%
B = 13.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#85F93B (or 0x85F93B) is known color: Green Yellow. HEX triplet: 85, F9 and 3B. RGB value is (133,249,59). Sum of RGB (Red+Green+Blue) = 133+249+59=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 249 (97.66% from 255 or 56.46% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 249 - color contains mainly: green. Hex color #85F93B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F93B is #7A06C4. Grayscale: #C1C1C1. Windows color (decimal): -7997125 or 3930501. OLE color: 3930501.

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

Color convert

RGB 133 249 59 -
CMYK 0.47 0 0.76 0.02
HSL 96.63º 0.94% 0.6% -
HSV(B) 96.63º 0.76% 0.98% -
XYZ 44.34 73.05 15.9 -
YUV 192.66 52.57 85.45 -
System Red Green Blue C M Y K H S L
Decimal 133 249 59 0.47 0 0.76 0.02 96.63 0.94 0.6
Hex 85 F9 3B 2F 0 4C 2 61 5E 3C
Octal 205 371 73 57 0 114 2 141 136 74
Binary 10000101 11111001 111011 101111 0 1001100 10 1100001 1011110 111100

Color Harmonies of #85F93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F93B

Black with #85F93B

Text Example


Text Example

White with #85F93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,249,59); }

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

background-color css

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

 a { background-color: rgb(133,249,59); }

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

border-color css

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

 span { border-color: rgb(133,249,59); }

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