Html Css Color HEX #8BCD00 Citrus

📋 copy color: '#8BCD00'

red 139 ◦ green 205 ◦ blue 0

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

Shades of Citrus #8BCD00

Tints of Citrus #8BCD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 59.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.41%
G = 59.59%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#8BCD00 (or 0x8BCD00) is known color: Citrus. HEX triplet: 8B, CD and 00. RGB value is (139,205,0). Sum of RGB (Red+Green+Blue) = 139+205+0=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 205 (80.47% from 255 or 59.59% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BCD00 is #7432FF. Grayscale: #A2A2A2. Windows color (decimal): -7615232 or 52619. OLE color: 52619.

HSL color Cylindrical-coordinate representation of color #8BCD00: hue angle of 79.32º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BCD00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 205 0 -
CMYK 0.32 0 1 0.20
HSL 79.32º 1% 0.4% -
HSV(B) 79.32º 1% 0.8% -
XYZ 32.48 49.15 7.78 -
YUV 161.9 36.63 111.67 -
System Red Green Blue C M Y K H S L
Decimal 139 205 0 0.32 0 1 0.20 79.32 1 0.4
Hex 8B CD 0 20 0 64 14 4F 64 28
Octal 213 315 0 40 0 144 24 117 144 50
Binary 10001011 11001101 0 100000 0 1100100 10100 1001111 1100100 101000

Color Harmonies of #8BCD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCD00

Black with #8BCD00

Text Example


Text Example

White with #8BCD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,205,0); }

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

background-color css

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

 a { background-color: rgb(139,205,0); }

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

border-color css

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

 span { border-color: rgb(139,205,0); }

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