Html Css Color HEX #8DCE0D Citrus

📋 copy color: '#8DCE0D'

red 141 ◦ green 206 ◦ blue 13

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

Shades of Citrus #8DCE0D

Tints of Citrus #8DCE0D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.22%

 BLUE value IS 13 (5.47% from 255) = 3.61%

R = 39.17%
G = 57.22%
B = 3.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#8DCE0D (or 0x8DCE0D) is known color: Citrus. HEX triplet: 8D, CE and 0D. RGB value is (141,206,13). Sum of RGB (Red+Green+Blue) = 141+206+13=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCE0D is #7231F2. Grayscale: #A5A5A5. Windows color (decimal): -7483891 or 904845. OLE color: 904845.

HSL color Cylindrical-coordinate representation of color #8DCE0D: hue angle of 80.21º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DCE0D is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 206 13 -
CMYK 0.32 0 0.94 0.19
HSL 80.21º 0.88% 0.43% -
HSV(B) 80.21º 0.94% 0.81% -
XYZ 33.13 49.83 8.25 -
YUV 164.56 42.47 111.19 -
System Red Green Blue C M Y K H S L
Decimal 141 206 13 0.32 0 0.94 0.19 80.21 0.88 0.43
Hex 8D CE D 20 0 5E 13 50 58 2B
Octal 215 316 15 40 0 136 23 120 130 53
Binary 10001101 11001110 1101 100000 0 1011110 10011 1010000 1011000 101011

Color Harmonies of #8DCE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCE0D

Black with #8DCE0D

Text Example


Text Example

White with #8DCE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,206,13); }

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

background-color css

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

 a { background-color: rgb(141,206,13); }

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

border-color css

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

 span { border-color: rgb(141,206,13); }

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