Html Css Color HEX #8DB401 Citrus

📋 copy color: '#8DB401'

red 141 ◦ green 180 ◦ blue 1

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

Shades of Citrus #8DB401

Tints of Citrus #8DB401

RGB

 RED value IS 141 (55.47% from 255) = 43.79%

 GREEN value IS 180 (70.7% from 255) = 55.9%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 43.79%
G = 55.9%
B = 0.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#8DB401 (or 0x8DB401) is known color: Citrus. HEX triplet: 8D, B4 and 01. RGB value is (141,180,1). Sum of RGB (Red+Green+Blue) = 141+180+1=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB401 is #724BFE. Grayscale: #949494. Windows color (decimal): -7490559 or 111757. OLE color: 111757.

HSL color Cylindrical-coordinate representation of color #8DB401: hue angle of 73.07º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DB401 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 180 1 -
CMYK 0.22 0 0.99 0.29
HSL 73.07º 0.99% 0.35% -
HSV(B) 73.07º 0.99% 0.71% -
XYZ 27.31 38.31 5.98 -
YUV 147.93 45.08 123.05 -
System Red Green Blue C M Y K H S L
Decimal 141 180 1 0.22 0 0.99 0.29 73.07 0.99 0.35
Hex 8D B4 1 16 0 63 1D 49 63 23
Octal 215 264 1 26 0 143 35 111 143 43
Binary 10001101 10110100 1 10110 0 1100011 11101 1001001 1100011 100011

Color Harmonies of #8DB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB401

Black with #8DB401

Text Example


Text Example

White with #8DB401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DB401; }

 p { color: rgb(141,180,1); }

 H1.HeaderClassName
 {
   color: #8DB401;
 }
 .AnyTagClassName
 {
   color: #8DB401;
 }
</style>

background-color css

<style>
 a { background-color: #8DB401; }

 a { background-color: rgb(141,180,1); }

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

border-color css

<style>
 span { border-color: #8DB401; }

 span { border-color: rgb(141,180,1); }

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