Html Css Color HEX #8ECD0F Citrus

📋 copy color: '#8ECD0F'

red 142 ◦ green 205 ◦ blue 15

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

Shades of Citrus #8ECD0F

Tints of Citrus #8ECD0F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.63%

 BLUE value IS 15 (6.25% from 255) = 4.14%

R = 39.23%
G = 56.63%
B = 4.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#8ECD0F (or 0x8ECD0F) is known color: Citrus. HEX triplet: 8E, CD and 0F. RGB value is (142,205,15). Sum of RGB (Red+Green+Blue) = 142+205+15=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ECD0F is #7132F0. Grayscale: #A5A5A5. Windows color (decimal): -7418609 or 1035662. OLE color: 1035662.

HSL color Cylindrical-coordinate representation of color #8ECD0F: hue angle of 79.89º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8ECD0F is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 205 15 -
CMYK 0.31 0 0.93 0.20
HSL 79.89º 0.86% 0.43% -
HSV(B) 79.89º 0.93% 0.8% -
XYZ 33.07 49.45 8.25 -
YUV 164.5 43.63 111.95 -
System Red Green Blue C M Y K H S L
Decimal 142 205 15 0.31 0 0.93 0.20 79.89 0.86 0.43
Hex 8E CD F 1F 0 5D 14 50 56 2B
Octal 216 315 17 37 0 135 24 120 126 53
Binary 10001110 11001101 1111 11111 0 1011101 10100 1010000 1010110 101011

Color Harmonies of #8ECD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECD0F

Black with #8ECD0F

Text Example


Text Example

White with #8ECD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,205,15); }

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

background-color css

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

 a { background-color: rgb(142,205,15); }

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

border-color css

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

 span { border-color: rgb(142,205,15); }

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