Html Css Color HEX #8DB408 Citrus

📋 copy color: '#8DB408'

red 141 ◦ green 180 ◦ blue 8

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

Shades of Citrus #8DB408

Tints of Citrus #8DB408

RGB

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

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

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

R = 42.86%
G = 54.71%
B = 2.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#8DB408 (or 0x8DB408) is known color: Citrus. HEX triplet: 8D, B4 and 08. RGB value is (141,180,8). Sum of RGB (Red+Green+Blue) = 141+180+8=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB408 is #724BF7. Grayscale: #959595. Windows color (decimal): -7490552 or 570509. OLE color: 570509.

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

Color convert

RGB 141 180 8 -
CMYK 0.22 0 0.96 0.29
HSL 73.6º 0.91% 0.37% -
HSV(B) 73.6º 0.96% 0.71% -
XYZ 27.35 38.32 6.19 -
YUV 148.73 48.58 122.49 -
System Red Green Blue C M Y K H S L
Decimal 141 180 8 0.22 0 0.96 0.29 73.6 0.91 0.37
Hex 8D B4 8 16 0 60 1D 4A 5B 25
Octal 215 264 10 26 0 140 35 112 133 45
Binary 10001101 10110100 1000 10110 0 1100000 11101 1001010 1011011 100101

Color Harmonies of #8DB408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB408

Black with #8DB408

Text Example


Text Example

White with #8DB408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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