Html Css Color HEX #8FD505 Citrus

📋 copy color: '#8FD505'

red 143 ◦ green 213 ◦ blue 5

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

Shades of Citrus #8FD505

Tints of Citrus #8FD505

RGB

 RED value IS 143 (56.25% from 255) = 39.61%

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

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 39.61%
G = 59%
B = 1.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#8FD505 (or 0x8FD505) is known color: Citrus. HEX triplet: 8F, D5 and 05. RGB value is (143,213,5). Sum of RGB (Red+Green+Blue) = 143+213+5=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD505 is #702AFA. Grayscale: #A9A9A9. Windows color (decimal): -7351035 or 382351. OLE color: 382351.

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

Color convert

RGB 143 213 5 -
CMYK 0.33 0 0.98 0.16
HSL 80.19º 0.95% 0.43% -
HSV(B) 80.19º 0.98% 0.84% -
XYZ 35.15 53.44 8.61 -
YUV 168.36 35.81 109.91 -
System Red Green Blue C M Y K H S L
Decimal 143 213 5 0.33 0 0.98 0.16 80.19 0.95 0.43
Hex 8F D5 5 21 0 62 10 50 5F 2B
Octal 217 325 5 41 0 142 20 120 137 53
Binary 10001111 11010101 101 100001 0 1100010 10000 1010000 1011111 101011

Color Harmonies of #8FD505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD505

Black with #8FD505

Text Example


Text Example

White with #8FD505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,213,5); }

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

background-color css

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

 a { background-color: rgb(143,213,5); }

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

border-color css

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

 span { border-color: rgb(143,213,5); }

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