Html Css Color HEX #85F748 Green Yellow

📋 copy color: '#85F748'

red 133 ◦ green 247 ◦ blue 72

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

Shades of Green Yellow #85F748

Tints of Green Yellow #85F748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.93%

R = 29.42%
G = 54.65%
B = 15.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#85F748 (or 0x85F748) is known color: Green Yellow. HEX triplet: 85, F7 and 48. RGB value is (133,247,72). Sum of RGB (Red+Green+Blue) = 133+247+72=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 247 (96.88% from 255 or 54.65% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 247 - color contains mainly: green. Hex color #85F748 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F748 is #7A08B7. Grayscale: #C1C1C1. Windows color (decimal): -7997624 or 4781957. OLE color: 4781957.

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

Color convert

RGB 133 247 72 -
CMYK 0.46 0 0.71 0.03
HSL 99.09º 0.92% 0.63% -
HSV(B) 99.09º 0.71% 0.97% -
XYZ 44.1 71.98 17.7 -
YUV 192.96 59.73 85.23 -
System Red Green Blue C M Y K H S L
Decimal 133 247 72 0.46 0 0.71 0.03 99.09 0.92 0.63
Hex 85 F7 48 2E 0 47 3 63 5C 3F
Octal 205 367 110 56 0 107 3 143 134 77
Binary 10000101 11110111 1001000 101110 0 1000111 11 1100011 1011100 111111

Color Harmonies of #85F748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F748

Black with #85F748

Text Example


Text Example

White with #85F748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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