Html Css Color HEX #85FB06 Chartreuse

📋 copy color: '#85FB06'

red 133 ◦ green 251 ◦ blue 6

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

Shades of Chartreuse #85FB06

Tints of Chartreuse #85FB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.54%

R = 34.1%
G = 64.36%
B = 1.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#85FB06 (or 0x85FB06) is known color: Chartreuse. HEX triplet: 85, FB and 06. RGB value is (133,251,6). Sum of RGB (Red+Green+Blue) = 133+251+6=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 251 (98.44% from 255 or 64.36% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FB06 is #7A04F9. Grayscale: #BCBCBC. Windows color (decimal): -7996666 or 457605. OLE color: 457605.

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

Color convert

RGB 133 251 6 -
CMYK 0.47 0 0.98 0.02
HSL 88.9º 0.97% 0.5% -
HSV(B) 88.9º 0.98% 0.98% -
XYZ 44.2 73.99 12.12 -
YUV 187.79 25.41 88.92 -
System Red Green Blue C M Y K H S L
Decimal 133 251 6 0.47 0 0.98 0.02 88.9 0.97 0.5
Hex 85 FB 6 2F 0 62 2 59 61 32
Octal 205 373 6 57 0 142 2 131 141 62
Binary 10000101 11111011 110 101111 0 1100010 10 1011001 1100001 110010

Color Harmonies of #85FB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FB06

Black with #85FB06

Text Example


Text Example

White with #85FB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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