Html Css Color HEX #85F740 Green Yellow

📋 copy color: '#85F740'

red 133 ◦ green 247 ◦ blue 64

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

Shades of Green Yellow #85F740

Tints of Green Yellow #85F740

RGB

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

 GREEN value IS 247 (96.88% from 255) = 55.63%

 BLUE value IS 64 (25.39% from 255) = 14.41%

R = 29.95%
G = 55.63%
B = 14.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#85F740 (or 0x85F740) is known color: Green Yellow. HEX triplet: 85, F7 and 40. RGB value is (133,247,64). Sum of RGB (Red+Green+Blue) = 133+247+64=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 247 (96.88% from 255 or 55.63% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 247 - color contains mainly: green. Hex color #85F740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F740 is #7A08BF. Grayscale: #C0C0C0. Windows color (decimal): -7997632 or 4257669. OLE color: 4257669.

HSL color Cylindrical-coordinate representation of color #85F740: hue angle of 97.38º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85F740 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 247 64 -
CMYK 0.46 0 0.74 0.03
HSL 97.38º 0.92% 0.61% -
HSV(B) 97.38º 0.74% 0.97% -
XYZ 43.86 71.88 16.41 -
YUV 192.05 55.73 85.88 -
System Red Green Blue C M Y K H S L
Decimal 133 247 64 0.46 0 0.74 0.03 97.38 0.92 0.61
Hex 85 F7 40 2E 0 4A 3 61 5C 3D
Octal 205 367 100 56 0 112 3 141 134 75
Binary 10000101 11110111 1000000 101110 0 1001010 11 1100001 1011100 111101

Color Harmonies of #85F740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F740

Black with #85F740

Text Example


Text Example

White with #85F740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,247,64); }

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

background-color css

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

 a { background-color: rgb(133,247,64); }

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

border-color css

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

 span { border-color: rgb(133,247,64); }

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