Html Css Color HEX #85FC3C Green Yellow

📋 copy color: '#85FC3C'

red 133 ◦ green 252 ◦ blue 60

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

Shades of Green Yellow #85FC3C

Tints of Green Yellow #85FC3C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.63%

 BLUE value IS 60 (23.83% from 255) = 13.48%

R = 29.89%
G = 56.63%
B = 13.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#85FC3C (or 0x85FC3C) is known color: Green Yellow. HEX triplet: 85, FC and 3C. RGB value is (133,252,60). Sum of RGB (Red+Green+Blue) = 133+252+60=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 252 (98.83% from 255 or 56.63% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FC3C is #7A03C3. Grayscale: #C3C3C3. Windows color (decimal): -7996356 or 3996805. OLE color: 3996805.

HSL color Cylindrical-coordinate representation of color #85FC3C: hue angle of 97.19º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85FC3C is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 252 60 -
CMYK 0.47 0 0.76 0.01
HSL 97.19º 0.97% 0.61% -
HSV(B) 97.19º 0.76% 0.99% -
XYZ 45.3 74.93 16.35 -
YUV 194.53 52.08 84.11 -
System Red Green Blue C M Y K H S L
Decimal 133 252 60 0.47 0 0.76 0.01 97.19 0.97 0.61
Hex 85 FC 3C 2F 0 4C 1 61 61 3D
Octal 205 374 74 57 0 114 1 141 141 75
Binary 10000101 11111100 111100 101111 0 1001100 1 1100001 1100001 111101

Color Harmonies of #85FC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FC3C

Black with #85FC3C

Text Example


Text Example

White with #85FC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,252,60); }

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

background-color css

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

 a { background-color: rgb(133,252,60); }

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

border-color css

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

 span { border-color: rgb(133,252,60); }

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