Html Css Color HEX #85F921 Chartreuse

📋 copy color: '#85F921'

red 133 ◦ green 249 ◦ blue 33

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

Shades of Chartreuse #85F921

Tints of Chartreuse #85F921

RGB

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

 GREEN value IS 249 (97.66% from 255) = 60%

 BLUE value IS 33 (13.28% from 255) = 7.95%

R = 32.05%
G = 60%
B = 7.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#85F921 (or 0x85F921) is known color: Chartreuse. HEX triplet: 85, F9 and 21. RGB value is (133,249,33). Sum of RGB (Red+Green+Blue) = 133+249+33=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 249 (97.66% from 255 or 60% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 249 - color contains mainly: green. Hex color #85F921 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F921 is #7A06DE. Grayscale: #BEBEBE. Windows color (decimal): -7997151 or 2226565. OLE color: 2226565.

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

Color convert

RGB 133 249 33 -
CMYK 0.47 0 0.87 0.02
HSL 92.22º 0.95% 0.55% -
HSV(B) 92.22º 0.87% 0.98% -
XYZ 43.82 72.85 13.19 -
YUV 189.69 39.57 87.56 -
System Red Green Blue C M Y K H S L
Decimal 133 249 33 0.47 0 0.87 0.02 92.22 0.95 0.55
Hex 85 F9 21 2F 0 57 2 5C 5F 37
Octal 205 371 41 57 0 127 2 134 137 67
Binary 10000101 11111001 100001 101111 0 1010111 10 1011100 1011111 110111

Color Harmonies of #85F921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F921

Black with #85F921

Text Example


Text Example

White with #85F921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,249,33); }

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

background-color css

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

 a { background-color: rgb(133,249,33); }

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

border-color css

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

 span { border-color: rgb(133,249,33); }

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