Html Css Color HEX #85F944 Green Yellow

📋 copy color: '#85F944'

red 133 ◦ green 249 ◦ blue 68

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

Shades of Green Yellow #85F944

Tints of Green Yellow #85F944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.11%

R = 29.56%
G = 55.33%
B = 15.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#85F944 (or 0x85F944) is known color: Green Yellow. HEX triplet: 85, F9 and 44. RGB value is (133,249,68). Sum of RGB (Red+Green+Blue) = 133+249+68=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 249 (97.66% from 255 or 55.33% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 249 - color contains mainly: green. Hex color #85F944 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F944 is #7A06BB. Grayscale: #C2C2C2. Windows color (decimal): -7997116 or 4520325. OLE color: 4520325.

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

Color convert

RGB 133 249 68 -
CMYK 0.47 0 0.73 0.02
HSL 98.45º 0.94% 0.62% -
HSV(B) 98.45º 0.73% 0.98% -
XYZ 44.59 73.16 17.24 -
YUV 193.68 57.07 84.72 -
System Red Green Blue C M Y K H S L
Decimal 133 249 68 0.47 0 0.73 0.02 98.45 0.94 0.62
Hex 85 F9 44 2F 0 49 2 62 5E 3E
Octal 205 371 104 57 0 111 2 142 136 76
Binary 10000101 11111001 1000100 101111 0 1001001 10 1100010 1011110 111110

Color Harmonies of #85F944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F944

Black with #85F944

Text Example


Text Example

White with #85F944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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