Html Css Color HEX #8BCC03 Citrus

📋 copy color: '#8BCC03'

red 139 ◦ green 204 ◦ blue 3

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

Shades of Citrus #8BCC03

Tints of Citrus #8BCC03

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.96%

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

R = 40.17%
G = 58.96%
B = 0.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#8BCC03 (or 0x8BCC03) is known color: Citrus. HEX triplet: 8B, CC and 03. RGB value is (139,204,3). Sum of RGB (Red+Green+Blue) = 139+204+3=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BCC03 is #7433FC. Grayscale: #A2A2A2. Windows color (decimal): -7615485 or 248971. OLE color: 248971.

HSL color Cylindrical-coordinate representation of color #8BCC03: hue angle of 79.4º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BCC03 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 139 204 3 -
CMYK 0.32 0 0.99 0.2
HSL 79.4º 0.97% 0.41% -
HSV(B) 79.4º 0.99% 0.8% -
XYZ 32.26 48.68 7.78 -
YUV 161.65 38.47 111.84 -
System Red Green Blue C M Y K H S L
Decimal 139 204 3 0.32 0 0.99 0.2 79.4 0.97 0.41
Hex 8B CC 3 20 0 63 14 4F 61 29
Octal 213 314 3 40 0 143 24 117 141 51
Binary 10001011 11001100 11 100000 0 1100011 10100 1001111 1100001 101001

Color Harmonies of #8BCC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCC03

Black with #8BCC03

Text Example


Text Example

White with #8BCC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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