Html Css Color HEX #8DBA05 Citrus

📋 copy color: '#8DBA05'

red 141 ◦ green 186 ◦ blue 5

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

Shades of Citrus #8DBA05

Tints of Citrus #8DBA05

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.02%

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 42.47%
G = 56.02%
B = 1.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#8DBA05 (or 0x8DBA05) is known color: Citrus. HEX triplet: 8D, BA and 05. RGB value is (141,186,5). Sum of RGB (Red+Green+Blue) = 141+186+5=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBA05 is #7245FA. Grayscale: #989898. Windows color (decimal): -7489019 or 375437. OLE color: 375437.

HSL color Cylindrical-coordinate representation of color #8DBA05: hue angle of 74.92º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DBA05 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 186 5 -
CMYK 0.24 0 0.97 0.27
HSL 74.92º 0.95% 0.37% -
HSV(B) 74.92º 0.97% 0.73% -
XYZ 28.57 40.79 6.51 -
YUV 151.91 45.09 120.22 -
System Red Green Blue C M Y K H S L
Decimal 141 186 5 0.24 0 0.97 0.27 74.92 0.95 0.37
Hex 8D BA 5 18 0 61 1B 4B 5F 25
Octal 215 272 5 30 0 141 33 113 137 45
Binary 10001101 10111010 101 11000 0 1100001 11011 1001011 1011111 100101

Color Harmonies of #8DBA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA05

Black with #8DBA05

Text Example


Text Example

White with #8DBA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,186,5); }

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

background-color css

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

 a { background-color: rgb(141,186,5); }

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

border-color css

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

 span { border-color: rgb(141,186,5); }

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