Html Css Color HEX #85F942 Green Yellow

📋 copy color: '#85F942'

red 133 ◦ green 249 ◦ blue 66

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

Shades of Green Yellow #85F942

Tints of Green Yellow #85F942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.73%

R = 29.69%
G = 55.58%
B = 14.73%

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

#85F942 (or 0x85F942) is known color: Green Yellow. HEX triplet: 85, F9 and 42. RGB value is (133,249,66). Sum of RGB (Red+Green+Blue) = 133+249+66=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 249 (97.66% from 255 or 55.58% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 249 - color contains mainly: green. Hex color #85F942 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F942 is #7A06BD. Grayscale: #C2C2C2. Windows color (decimal): -7997118 or 4389253. OLE color: 4389253.

HSL color Cylindrical-coordinate representation of color #85F942: hue angle of 98.03º 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 #85F942 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 249 66 -
CMYK 0.47 0 0.73 0.02
HSL 98.03º 0.94% 0.62% -
HSV(B) 98.03º 0.73% 0.98% -
XYZ 44.53 73.13 16.92 -
YUV 193.45 56.07 84.88 -
System Red Green Blue C M Y K H S L
Decimal 133 249 66 0.47 0 0.73 0.02 98.03 0.94 0.62
Hex 85 F9 42 2F 0 49 2 62 5E 3E
Octal 205 371 102 57 0 111 2 142 136 76
Binary 10000101 11111001 1000010 101111 0 1001001 10 1100010 1011110 111110

Color Harmonies of #85F942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F942

Black with #85F942

Text Example


Text Example

White with #85F942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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