Html Css Color HEX #8BD305 Citrus

📋 copy color: '#8BD305'

red 139 ◦ green 211 ◦ blue 5

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

Shades of Citrus #8BD305

Tints of Citrus #8BD305

RGB

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

 GREEN value IS 211 (82.81% from 255) = 59.44%

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

R = 39.15%
G = 59.44%
B = 1.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#8BD305 (or 0x8BD305) is known color: Citrus. HEX triplet: 8B, D3 and 05. RGB value is (139,211,5). Sum of RGB (Red+Green+Blue) = 139+211+5=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 211 (82.81% from 255 or 59.44% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD305 is #742CFA. Grayscale: #A6A6A6. Windows color (decimal): -7613691 or 381835. OLE color: 381835.

HSL color Cylindrical-coordinate representation of color #8BD305: hue angle of 80.97º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BD305 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 139 211 5 -
CMYK 0.34 0 0.98 0.17
HSL 80.97º 0.95% 0.42% -
HSV(B) 80.97º 0.98% 0.83% -
XYZ 33.97 52.09 8.41 -
YUV 165.99 37.15 108.75 -
System Red Green Blue C M Y K H S L
Decimal 139 211 5 0.34 0 0.98 0.17 80.97 0.95 0.42
Hex 8B D3 5 22 0 62 11 51 5F 2A
Octal 213 323 5 42 0 142 21 121 137 52
Binary 10001011 11010011 101 100010 0 1100010 10001 1010001 1011111 101010

Color Harmonies of #8BD305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD305

Black with #8BD305

Text Example


Text Example

White with #8BD305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,211,5); }

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

background-color css

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

 a { background-color: rgb(139,211,5); }

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

border-color css

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

 span { border-color: rgb(139,211,5); }

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