Html Css Color HEX #8DB901 Citrus

📋 copy color: '#8DB901'

red 141 ◦ green 185 ◦ blue 1

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

Shades of Citrus #8DB901

Tints of Citrus #8DB901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.57%

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

R = 43.12%
G = 56.57%
B = 0.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#8DB901 (or 0x8DB901) is known color: Citrus. HEX triplet: 8D, B9 and 01. RGB value is (141,185,1). Sum of RGB (Red+Green+Blue) = 141+185+1=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB901 is #7246FE. Grayscale: #979797. Windows color (decimal): -7489279 or 113037. OLE color: 113037.

HSL color Cylindrical-coordinate representation of color #8DB901: hue angle of 74.35º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DB901 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 185 1 -
CMYK 0.24 0 0.99 0.27
HSL 74.35º 0.99% 0.36% -
HSV(B) 74.35º 0.99% 0.73% -
XYZ 28.34 40.36 6.33 -
YUV 150.87 43.42 120.96 -
System Red Green Blue C M Y K H S L
Decimal 141 185 1 0.24 0 0.99 0.27 74.35 0.99 0.36
Hex 8D B9 1 18 0 63 1B 4A 63 24
Octal 215 271 1 30 0 143 33 112 143 44
Binary 10001101 10111001 1 11000 0 1100011 11011 1001010 1100011 100100

Color Harmonies of #8DB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB901

Black with #8DB901

Text Example


Text Example

White with #8DB901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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