Html Css Color HEX #8DBC08 Citrus

📋 copy color: '#8DBC08'

red 141 ◦ green 188 ◦ blue 8

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

Shades of Citrus #8DBC08

Tints of Citrus #8DBC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.37%

R = 41.84%
G = 55.79%
B = 2.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#8DBC08 (or 0x8DBC08) is known color: Citrus. HEX triplet: 8D, BC and 08. RGB value is (141,188,8). Sum of RGB (Red+Green+Blue) = 141+188+8=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBC08 is #7243F7. Grayscale: #9A9A9A. Windows color (decimal): -7488504 or 572557. OLE color: 572557.

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

Color convert

RGB 141 188 8 -
CMYK 0.25 0 0.96 0.26
HSL 75.67º 0.92% 0.38% -
HSV(B) 75.67º 0.96% 0.74% -
XYZ 29.01 41.65 6.74 -
YUV 153.43 45.93 119.14 -
System Red Green Blue C M Y K H S L
Decimal 141 188 8 0.25 0 0.96 0.26 75.67 0.92 0.38
Hex 8D BC 8 19 0 60 1A 4C 5C 26
Octal 215 274 10 31 0 140 32 114 134 46
Binary 10001101 10111100 1000 11001 0 1100000 11010 1001100 1011100 100110

Color Harmonies of #8DBC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBC08

Black with #8DBC08

Text Example


Text Example

White with #8DBC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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