Html Css Color HEX #8DC707 Citrus

📋 copy color: '#8DC707'

red 141 ◦ green 199 ◦ blue 7

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

Shades of Citrus #8DC707

Tints of Citrus #8DC707

RGB

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

 GREEN value IS 199 (78.13% from 255) = 57.35%

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 40.63%
G = 57.35%
B = 2.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#8DC707 (or 0x8DC707) is known color: Citrus. HEX triplet: 8D, C7 and 07. RGB value is (141,199,7). Sum of RGB (Red+Green+Blue) = 141+199+7=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 199 (78.12% from 255 or 57.35% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC707 is #7238F8. Grayscale: #A0A0A0. Windows color (decimal): -7485689 or 509837. OLE color: 509837.

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

Color convert

RGB 141 199 7 -
CMYK 0.29 0 0.96 0.22
HSL 78.12º 0.93% 0.4% -
HSV(B) 78.12º 0.96% 0.78% -
XYZ 31.45 46.52 7.52 -
YUV 159.77 41.78 114.61 -
System Red Green Blue C M Y K H S L
Decimal 141 199 7 0.29 0 0.96 0.22 78.12 0.93 0.4
Hex 8D C7 7 1D 0 60 16 4E 5D 28
Octal 215 307 7 35 0 140 26 116 135 50
Binary 10001101 11000111 111 11101 0 1100000 10110 1001110 1011101 101000

Color Harmonies of #8DC707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC707

Black with #8DC707

Text Example


Text Example

White with #8DC707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,199,7); }

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

background-color css

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

 a { background-color: rgb(141,199,7); }

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

border-color css

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

 span { border-color: rgb(141,199,7); }

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