Html Css Color HEX #8CCD03 Citrus

📋 copy color: '#8CCD03'

red 140 ◦ green 205 ◦ blue 3

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

Shades of Citrus #8CCD03

Tints of Citrus #8CCD03

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.91%

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

R = 40.23%
G = 58.91%
B = 0.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#8CCD03 (or 0x8CCD03) is known color: Citrus. HEX triplet: 8C, CD and 03. RGB value is (140,205,3). Sum of RGB (Red+Green+Blue) = 140+205+3=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 205 (80.47% from 255 or 58.91% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCD03 is #7332FC. Grayscale: #A3A3A3. Windows color (decimal): -7549693 or 249228. OLE color: 249228.

HSL color Cylindrical-coordinate representation of color #8CCD03: hue angle of 79.31º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CCD03 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 205 3 -
CMYK 0.32 0 0.99 0.20
HSL 79.31º 0.97% 0.41% -
HSV(B) 79.31º 0.99% 0.8% -
XYZ 32.66 49.24 7.87 -
YUV 162.54 37.97 111.93 -
System Red Green Blue C M Y K H S L
Decimal 140 205 3 0.32 0 0.99 0.20 79.31 0.97 0.41
Hex 8C CD 3 20 0 63 14 4F 61 29
Octal 214 315 3 40 0 143 24 117 141 51
Binary 10001100 11001101 11 100000 0 1100011 10100 1001111 1100001 101001

Color Harmonies of #8CCD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCD03

Black with #8CCD03

Text Example


Text Example

White with #8CCD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,205,3); }

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

background-color css

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

 a { background-color: rgb(140,205,3); }

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

border-color css

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

 span { border-color: rgb(140,205,3); }

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