Html Css Color HEX #8DB903 Citrus

📋 copy color: '#8DB903'

red 141 ◦ green 185 ◦ blue 3

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

Shades of Citrus #8DB903

Tints of Citrus #8DB903

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.23%

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 42.86%
G = 56.23%
B = 0.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#8DB903 (or 0x8DB903) is known color: Citrus. HEX triplet: 8D, B9 and 03. RGB value is (141,185,3). Sum of RGB (Red+Green+Blue) = 141+185+3=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 185 (72.66% from 255 or 56.23% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB903 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB903 is #7246FC. Grayscale: #979797. Windows color (decimal): -7489277 or 244109. OLE color: 244109.

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

Color convert

RGB 141 185 3 -
CMYK 0.24 0 0.98 0.27
HSL 74.51º 0.97% 0.37% -
HSV(B) 74.51º 0.98% 0.73% -
XYZ 28.35 40.37 6.38 -
YUV 151.1 44.42 120.8 -
System Red Green Blue C M Y K H S L
Decimal 141 185 3 0.24 0 0.98 0.27 74.51 0.97 0.37
Hex 8D B9 3 18 0 62 1B 4B 61 25
Octal 215 271 3 30 0 142 33 113 141 45
Binary 10001101 10111001 11 11000 0 1100010 11011 1001011 1100001 100101

Color Harmonies of #8DB903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB903

Black with #8DB903

Text Example


Text Example

White with #8DB903

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,185,3); }

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

background-color css

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

 a { background-color: rgb(141,185,3); }

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

border-color css

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

 span { border-color: rgb(141,185,3); }

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