Html Css Color HEX #8BD508 Citrus

📋 copy color: '#8BD508'

red 139 ◦ green 213 ◦ blue 8

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

Shades of Citrus #8BD508

Tints of Citrus #8BD508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 38.61%
G = 59.17%
B = 2.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#8BD508 (or 0x8BD508) is known color: Citrus. HEX triplet: 8B, D5 and 08. RGB value is (139,213,8). Sum of RGB (Red+Green+Blue) = 139+213+8=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD508 is #742AF7. Grayscale: #A8A8A8. Windows color (decimal): -7613176 or 578955. OLE color: 578955.

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

Color convert

RGB 139 213 8 -
CMYK 0.35 0 0.96 0.16
HSL 81.66º 0.93% 0.43% -
HSV(B) 81.66º 0.96% 0.84% -
XYZ 34.49 53.1 8.66 -
YUV 167.5 37.98 107.67 -
System Red Green Blue C M Y K H S L
Decimal 139 213 8 0.35 0 0.96 0.16 81.66 0.93 0.43
Hex 8B D5 8 23 0 60 10 52 5D 2B
Octal 213 325 10 43 0 140 20 122 135 53
Binary 10001011 11010101 1000 100011 0 1100000 10000 1010010 1011101 101011

Color Harmonies of #8BD508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD508

Black with #8BD508

Text Example


Text Example

White with #8BD508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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