Html Css Color HEX #85F92D Green Yellow

📋 copy color: '#85F92D'

red 133 ◦ green 249 ◦ blue 45

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

Shades of Green Yellow #85F92D

Tints of Green Yellow #85F92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.54%

R = 31.15%
G = 58.31%
B = 10.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#85F92D (or 0x85F92D) is known color: Green Yellow. HEX triplet: 85, F9 and 2D. RGB value is (133,249,45). Sum of RGB (Red+Green+Blue) = 133+249+45=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 249 (97.66% from 255 or 58.31% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 249 - color contains mainly: green. Hex color #85F92D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F92D is #7A06D2. Grayscale: #BFBFBF. Windows color (decimal): -7997139 or 3012997. OLE color: 3012997.

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

Color convert

RGB 133 249 45 -
CMYK 0.47 0 0.82 0.02
HSL 94.12º 0.94% 0.58% -
HSV(B) 94.12º 0.82% 0.98% -
XYZ 44.02 72.93 14.24 -
YUV 191.06 45.57 86.59 -
System Red Green Blue C M Y K H S L
Decimal 133 249 45 0.47 0 0.82 0.02 94.12 0.94 0.58
Hex 85 F9 2D 2F 0 52 2 5E 5E 3A
Octal 205 371 55 57 0 122 2 136 136 72
Binary 10000101 11111001 101101 101111 0 1010010 10 1011110 1011110 111010

Color Harmonies of #85F92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F92D

Black with #85F92D

Text Example


Text Example

White with #85F92D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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