Html Css Color HEX #85FB45 Green Yellow

📋 copy color: '#85FB45'

red 133 ◦ green 251 ◦ blue 69

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

Shades of Green Yellow #85FB45

Tints of Green Yellow #85FB45

RGB

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

 GREEN value IS 251 (98.44% from 255) = 55.41%

 BLUE value IS 69 (27.34% from 255) = 15.23%

R = 29.36%
G = 55.41%
B = 15.23%

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

#85FB45 (or 0x85FB45) is known color: Green Yellow. HEX triplet: 85, FB and 45. RGB value is (133,251,69). Sum of RGB (Red+Green+Blue) = 133+251+69=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 251 (98.44% from 255 or 55.41% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FB45 is #7A04BA. Grayscale: #C3C3C3. Windows color (decimal): -7996603 or 4586373. OLE color: 4586373.

HSL color Cylindrical-coordinate representation of color #85FB45: hue angle of 98.9º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85FB45 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 251 69 -
CMYK 0.47 0 0.73 0.02
HSL 98.9º 0.96% 0.63% -
HSV(B) 98.9º 0.73% 0.98% -
XYZ 45.24 74.41 17.61 -
YUV 194.97 56.91 83.8 -
System Red Green Blue C M Y K H S L
Decimal 133 251 69 0.47 0 0.73 0.02 98.9 0.96 0.63
Hex 85 FB 45 2F 0 49 2 63 60 3F
Octal 205 373 105 57 0 111 2 143 140 77
Binary 10000101 11111011 1000101 101111 0 1001001 10 1100011 1100000 111111

Color Harmonies of #85FB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FB45

Black with #85FB45

Text Example


Text Example

White with #85FB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,251,69); }

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

background-color css

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

 a { background-color: rgb(133,251,69); }

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

border-color css

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

 span { border-color: rgb(133,251,69); }

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