Html Css Color HEX #8CBF0F Citrus

📋 copy color: '#8CBF0F'

red 140 ◦ green 191 ◦ blue 15

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

Shades of Citrus #8CBF0F

Tints of Citrus #8CBF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.34%

R = 40.46%
G = 55.2%
B = 4.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#8CBF0F (or 0x8CBF0F) is known color: Citrus. HEX triplet: 8C, BF and 0F. RGB value is (140,191,15). Sum of RGB (Red+Green+Blue) = 140+191+15=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBF0F is #7340F0. Grayscale: #9C9C9C. Windows color (decimal): -7553265 or 1032076. OLE color: 1032076.

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

Color convert

RGB 140 191 15 -
CMYK 0.27 0 0.92 0.25
HSL 77.39º 0.85% 0.4% -
HSV(B) 77.39º 0.92% 0.75% -
XYZ 29.53 42.87 7.17 -
YUV 155.69 48.6 116.81 -
System Red Green Blue C M Y K H S L
Decimal 140 191 15 0.27 0 0.92 0.25 77.39 0.85 0.4
Hex 8C BF F 1B 0 5C 19 4D 55 28
Octal 214 277 17 33 0 134 31 115 125 50
Binary 10001100 10111111 1111 11011 0 1011100 11001 1001101 1010101 101000

Color Harmonies of #8CBF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBF0F

Black with #8CBF0F

Text Example


Text Example

White with #8CBF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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