Html Css Color HEX #8DBC04 Citrus

📋 copy color: '#8DBC04'

red 141 ◦ green 188 ◦ blue 4

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

Shades of Citrus #8DBC04

Tints of Citrus #8DBC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 42.34%
G = 56.46%
B = 1.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#8DBC04 (or 0x8DBC04) is known color: Citrus. HEX triplet: 8D, BC and 04. RGB value is (141,188,4). Sum of RGB (Red+Green+Blue) = 141+188+4=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBC04 is #7243FB. Grayscale: #999999. Windows color (decimal): -7488508 or 310413. OLE color: 310413.

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

Color convert

RGB 141 188 4 -
CMYK 0.25 0 0.98 0.26
HSL 75.33º 0.96% 0.38% -
HSV(B) 75.33º 0.98% 0.74% -
XYZ 28.99 41.64 6.62 -
YUV 152.97 43.93 119.46 -
System Red Green Blue C M Y K H S L
Decimal 141 188 4 0.25 0 0.98 0.26 75.33 0.96 0.38
Hex 8D BC 4 19 0 62 1A 4B 60 26
Octal 215 274 4 31 0 142 32 113 140 46
Binary 10001101 10111100 100 11001 0 1100010 11010 1001011 1100000 100110

Color Harmonies of #8DBC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBC04

Black with #8DBC04

Text Example


Text Example

White with #8DBC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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