Html Css Color HEX #8BCC07 Citrus

📋 copy color: '#8BCC07'

red 139 ◦ green 204 ◦ blue 7

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

Shades of Citrus #8BCC07

Tints of Citrus #8BCC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2%

R = 39.71%
G = 58.29%
B = 2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#8BCC07 (or 0x8BCC07) is known color: Citrus. HEX triplet: 8B, CC and 07. RGB value is (139,204,7). Sum of RGB (Red+Green+Blue) = 139+204+7=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 204 (80.08% from 255 or 58.29% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BCC07 is #7433F8. Grayscale: #A2A2A2. Windows color (decimal): -7615481 or 511115. OLE color: 511115.

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

Color convert

RGB 139 204 7 -
CMYK 0.32 0 0.97 0.2
HSL 79.8º 0.93% 0.41% -
HSV(B) 79.8º 0.97% 0.8% -
XYZ 32.28 48.69 7.9 -
YUV 162.11 40.47 111.52 -
System Red Green Blue C M Y K H S L
Decimal 139 204 7 0.32 0 0.97 0.2 79.8 0.93 0.41
Hex 8B CC 7 20 0 61 14 50 5D 29
Octal 213 314 7 40 0 141 24 120 135 51
Binary 10001011 11001100 111 100000 0 1100001 10100 1010000 1011101 101001

Color Harmonies of #8BCC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCC07

Black with #8BCC07

Text Example


Text Example

White with #8BCC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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