Html Css Color HEX #8DD508 Citrus

📋 copy color: '#8DD508'

red 141 ◦ green 213 ◦ blue 8

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

Shades of Citrus #8DD508

Tints of Citrus #8DD508

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.84%

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

R = 38.95%
G = 58.84%
B = 2.21%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#8DD508 (or 0x8DD508) is known color: Citrus. HEX triplet: 8D, D5 and 08. RGB value is (141,213,8). Sum of RGB (Red+Green+Blue) = 141+213+8=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 213 (83.59% from 255 or 58.84% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD508 is #722AF7. Grayscale: #A8A8A8. Windows color (decimal): -7482104 or 578957. OLE color: 578957.

HSL color Cylindrical-coordinate representation of color #8DD508: hue angle of 81.07º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DD508 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 213 8 -
CMYK 0.34 0 0.96 0.16
HSL 81.07º 0.93% 0.43% -
HSV(B) 81.07º 0.96% 0.84% -
XYZ 34.82 53.27 8.68 -
YUV 168.1 37.65 108.67 -
System Red Green Blue C M Y K H S L
Decimal 141 213 8 0.34 0 0.96 0.16 81.07 0.93 0.43
Hex 8D D5 8 22 0 60 10 51 5D 2B
Octal 215 325 10 42 0 140 20 121 135 53
Binary 10001101 11010101 1000 100010 0 1100000 10000 1010001 1011101 101011

Color Harmonies of #8DD508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD508

Black with #8DD508

Text Example


Text Example

White with #8DD508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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