Html Css Color HEX #85FB0E Chartreuse

📋 copy color: '#85FB0E'

red 133 ◦ green 251 ◦ blue 14

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

Shades of Chartreuse #85FB0E

Tints of Chartreuse #85FB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.52%

R = 33.42%
G = 63.07%
B = 3.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#85FB0E (or 0x85FB0E) is known color: Chartreuse. HEX triplet: 85, FB and 0E. RGB value is (133,251,14). Sum of RGB (Red+Green+Blue) = 133+251+14=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 251 (98.44% from 255 or 63.07% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FB0E is #7A04F1. Grayscale: #BDBDBD. Windows color (decimal): -7996658 or 981893. OLE color: 981893.

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

Color convert

RGB 133 251 14 -
CMYK 0.47 0 0.94 0.02
HSL 89.87º 0.97% 0.52% -
HSV(B) 89.87º 0.94% 0.98% -
XYZ 44.25 74.01 12.37 -
YUV 188.7 29.41 88.27 -
System Red Green Blue C M Y K H S L
Decimal 133 251 14 0.47 0 0.94 0.02 89.87 0.97 0.52
Hex 85 FB E 2F 0 5E 2 5A 61 34
Octal 205 373 16 57 0 136 2 132 141 64
Binary 10000101 11111011 1110 101111 0 1011110 10 1011010 1100001 110100

Color Harmonies of #85FB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FB0E

Black with #85FB0E

Text Example


Text Example

White with #85FB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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