Html Css Color HEX #8DBF0F Citrus

📋 copy color: '#8DBF0F'

red 141 ◦ green 191 ◦ blue 15

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

Shades of Citrus #8DBF0F

Tints of Citrus #8DBF0F

RGB

 RED value IS 141 (55.47% from 255) = 40.63%

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

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

R = 40.63%
G = 55.04%
B = 4.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#8DBF0F (or 0x8DBF0F) is known color: Citrus. HEX triplet: 8D, BF and 0F. RGB value is (141,191,15). Sum of RGB (Red+Green+Blue) = 141+191+15=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBF0F is #7240F0. Grayscale: #9C9C9C. Windows color (decimal): -7487729 or 1032077. OLE color: 1032077.

HSL color Cylindrical-coordinate representation of color #8DBF0F: hue angle of 77.05º 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 #8DBF0F is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 191 15 -
CMYK 0.26 0 0.92 0.25
HSL 77.05º 0.85% 0.4% -
HSV(B) 77.05º 0.92% 0.75% -
XYZ 29.7 42.96 7.18 -
YUV 155.99 48.44 117.31 -
System Red Green Blue C M Y K H S L
Decimal 141 191 15 0.26 0 0.92 0.25 77.05 0.85 0.4
Hex 8D BF F 1A 0 5C 19 4D 55 28
Octal 215 277 17 32 0 134 31 115 125 50
Binary 10001101 10111111 1111 11010 0 1011100 11001 1001101 1010101 101000

Color Harmonies of #8DBF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBF0F

Black with #8DBF0F

Text Example


Text Example

White with #8DBF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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