Html Css Color HEX #8DBC01 Citrus

📋 copy color: '#8DBC01'

red 141 ◦ green 188 ◦ blue 1

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

Shades of Citrus #8DBC01

Tints of Citrus #8DBC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.97%

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

R = 42.73%
G = 56.97%
B = 0.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#8DBC01 (or 0x8DBC01) is known color: Citrus. HEX triplet: 8D, BC and 01. RGB value is (141,188,1). Sum of RGB (Red+Green+Blue) = 141+188+1=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBC01 is #7243FE. Grayscale: #999999. Windows color (decimal): -7488511 or 113805. OLE color: 113805.

HSL color Cylindrical-coordinate representation of color #8DBC01: hue angle of 75.08º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DBC01 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 188 1 -
CMYK 0.25 0 0.99 0.26
HSL 75.08º 0.99% 0.37% -
HSV(B) 75.08º 0.99% 0.74% -
XYZ 28.97 41.63 6.54 -
YUV 152.63 42.43 119.71 -
System Red Green Blue C M Y K H S L
Decimal 141 188 1 0.25 0 0.99 0.26 75.08 0.99 0.37
Hex 8D BC 1 19 0 63 1A 4B 63 25
Octal 215 274 1 31 0 143 32 113 143 45
Binary 10001101 10111100 1 11001 0 1100011 11010 1001011 1100011 100101

Color Harmonies of #8DBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBC01

Black with #8DBC01

Text Example


Text Example

White with #8DBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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