Html Css Color HEX #8BD403 Citrus

📋 copy color: '#8BD403'

red 139 ◦ green 212 ◦ blue 3

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

Shades of Citrus #8BD403

Tints of Citrus #8BD403

RGB

 RED value IS 139 (54.69% from 255) = 39.27%

 GREEN value IS 212 (83.2% from 255) = 59.89%

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

R = 39.27%
G = 59.89%
B = 0.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#8BD403 (or 0x8BD403) is known color: Citrus. HEX triplet: 8B, D4 and 03. RGB value is (139,212,3). Sum of RGB (Red+Green+Blue) = 139+212+3=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 212 (83.20% from 255 or 59.89% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD403 is #742BFC. Grayscale: #A7A7A7. Windows color (decimal): -7613437 or 251019. OLE color: 251019.

HSL color Cylindrical-coordinate representation of color #8BD403: hue angle of 80.96º 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 #8BD403 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 139 212 3 -
CMYK 0.34 0 0.99 0.17
HSL 80.96º 0.97% 0.42% -
HSV(B) 80.96º 0.99% 0.83% -
XYZ 34.21 52.58 8.43 -
YUV 166.35 35.82 108.49 -
System Red Green Blue C M Y K H S L
Decimal 139 212 3 0.34 0 0.99 0.17 80.96 0.97 0.42
Hex 8B D4 3 22 0 63 11 51 61 2A
Octal 213 324 3 42 0 143 21 121 141 52
Binary 10001011 11010100 11 100010 0 1100011 10001 1010001 1100001 101010

Color Harmonies of #8BD403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD403

Black with #8BD403

Text Example


Text Example

White with #8BD403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,212,3); }

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

background-color css

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

 a { background-color: rgb(139,212,3); }

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

border-color css

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

 span { border-color: rgb(139,212,3); }

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