Html Css Color HEX #85FA43 Green Yellow

📋 copy color: '#85FA43'

red 133 ◦ green 250 ◦ blue 67

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

Shades of Green Yellow #85FA43

Tints of Green Yellow #85FA43

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.56%

 BLUE value IS 67 (26.56% from 255) = 14.89%

R = 29.56%
G = 55.56%
B = 14.89%

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

#85FA43 (or 0x85FA43) is known color: Green Yellow. HEX triplet: 85, FA and 43. RGB value is (133,250,67). Sum of RGB (Red+Green+Blue) = 133+250+67=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FA43 is #7A05BC. Grayscale: #C2C2C2. Windows color (decimal): -7996861 or 4455045. OLE color: 4455045.

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

Color convert

RGB 133 250 67 -
CMYK 0.47 0 0.73 0.02
HSL 98.36º 0.95% 0.62% -
HSV(B) 98.36º 0.73% 0.98% -
XYZ 44.87 73.76 17.18 -
YUV 194.16 56.24 84.38 -
System Red Green Blue C M Y K H S L
Decimal 133 250 67 0.47 0 0.73 0.02 98.36 0.95 0.62
Hex 85 FA 43 2F 0 49 2 62 5F 3E
Octal 205 372 103 57 0 111 2 142 137 76
Binary 10000101 11111010 1000011 101111 0 1001001 10 1100010 1011111 111110

Color Harmonies of #85FA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FA43

Black with #85FA43

Text Example


Text Example

White with #85FA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,250,67); }

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

background-color css

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

 a { background-color: rgb(133,250,67); }

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

border-color css

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

 span { border-color: rgb(133,250,67); }

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