Html Css Color HEX #8CBF11 Citrus

📋 copy color: '#8CBF11'

red 140 ◦ green 191 ◦ blue 17

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

Shades of Citrus #8CBF11

Tints of Citrus #8CBF11

RGB

 RED value IS 140 (55.08% from 255) = 40.23%

 GREEN value IS 191 (75% from 255) = 54.89%

 BLUE value IS 17 (7.03% from 255) = 4.89%

R = 40.23%
G = 54.89%
B = 4.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#8CBF11 (or 0x8CBF11) is known color: Citrus. HEX triplet: 8C, BF and 11. RGB value is (140,191,17). Sum of RGB (Red+Green+Blue) = 140+191+17=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBF11 is #7340EE. Grayscale: #9C9C9C. Windows color (decimal): -7553263 or 1163148. OLE color: 1163148.

HSL color Cylindrical-coordinate representation of color #8CBF11: hue angle of 77.59º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CBF11 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 191 17 -
CMYK 0.27 0 0.91 0.25
HSL 77.59º 0.84% 0.41% -
HSV(B) 77.59º 0.91% 0.75% -
XYZ 29.55 42.88 7.25 -
YUV 155.92 49.6 116.65 -
System Red Green Blue C M Y K H S L
Decimal 140 191 17 0.27 0 0.91 0.25 77.59 0.84 0.41
Hex 8C BF 11 1B 0 5B 19 4E 54 29
Octal 214 277 21 33 0 133 31 116 124 51
Binary 10001100 10111111 10001 11011 0 1011011 11001 1001110 1010100 101001

Color Harmonies of #8CBF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBF11

Black with #8CBF11

Text Example


Text Example

White with #8CBF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,191,17); }

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

background-color css

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

 a { background-color: rgb(140,191,17); }

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

border-color css

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

 span { border-color: rgb(140,191,17); }

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