Html Css Color HEX #8ED303 Citrus

📋 copy color: '#8ED303'

red 142 ◦ green 211 ◦ blue 3

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

Shades of Citrus #8ED303

Tints of Citrus #8ED303

RGB

 RED value IS 142 (55.86% from 255) = 39.89%

 GREEN value IS 211 (82.81% from 255) = 59.27%

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 39.89%
G = 59.27%
B = 0.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#8ED303 (or 0x8ED303) is known color: Citrus. HEX triplet: 8E, D3 and 03. RGB value is (142,211,3). Sum of RGB (Red+Green+Blue) = 142+211+3=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED303 is #712CFC. Grayscale: #A7A7A7. Windows color (decimal): -7417085 or 250766. OLE color: 250766.

HSL color Cylindrical-coordinate representation of color #8ED303: hue angle of 79.9º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8ED303 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 211 3 -
CMYK 0.33 0 0.99 0.17
HSL 79.9º 0.97% 0.42% -
HSV(B) 79.9º 0.99% 0.83% -
XYZ 34.47 52.35 8.37 -
YUV 166.66 35.64 110.41 -
System Red Green Blue C M Y K H S L
Decimal 142 211 3 0.33 0 0.99 0.17 79.9 0.97 0.42
Hex 8E D3 3 21 0 63 11 50 61 2A
Octal 216 323 3 41 0 143 21 120 141 52
Binary 10001110 11010011 11 100001 0 1100011 10001 1010000 1100001 101010

Color Harmonies of #8ED303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED303

Black with #8ED303

Text Example


Text Example

White with #8ED303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,211,3); }

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

background-color css

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

 a { background-color: rgb(142,211,3); }

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

border-color css

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

 span { border-color: rgb(142,211,3); }

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