Html Css Color HEX #8BD502 Citrus

📋 copy color: '#8BD502'

red 139 ◦ green 213 ◦ blue 2

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

Shades of Citrus #8BD502

Tints of Citrus #8BD502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 39.27%
G = 60.17%
B = 0.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#8BD502 (or 0x8BD502) is known color: Citrus. HEX triplet: 8B, D5 and 02. RGB value is (139,213,2). Sum of RGB (Red+Green+Blue) = 139+213+2=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD502 is #742AFD. Grayscale: #A7A7A7. Windows color (decimal): -7613182 or 185739. OLE color: 185739.

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

Color convert

RGB 139 213 2 -
CMYK 0.35 0 0.99 0.16
HSL 81.04º 0.98% 0.42% -
HSV(B) 81.04º 0.99% 0.84% -
XYZ 34.45 53.08 8.49 -
YUV 166.82 34.98 108.16 -
System Red Green Blue C M Y K H S L
Decimal 139 213 2 0.35 0 0.99 0.16 81.04 0.98 0.42
Hex 8B D5 2 23 0 63 10 51 62 2A
Octal 213 325 2 43 0 143 20 121 142 52
Binary 10001011 11010101 10 100011 0 1100011 10000 1010001 1100010 101010

Color Harmonies of #8BD502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD502

Black with #8BD502

Text Example


Text Example

White with #8BD502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,213,2); }

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

background-color css

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

 a { background-color: rgb(139,213,2); }

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

border-color css

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

 span { border-color: rgb(139,213,2); }

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