Html Css Color HEX #8CCC1B Yellow Green

📋 copy color: '#8CCC1B'

red 140 ◦ green 204 ◦ blue 27

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

Shades of Yellow Green #8CCC1B

Tints of Yellow Green #8CCC1B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.99%

 BLUE value IS 27 (10.94% from 255) = 7.28%

R = 37.74%
G = 54.99%
B = 7.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#8CCC1B (or 0x8CCC1B) is known color: Yellow Green. HEX triplet: 8C, CC and 1B. RGB value is (140,204,27). Sum of RGB (Red+Green+Blue) = 140+204+27=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCC1B is #7333E4. Grayscale: #A5A5A5. Windows color (decimal): -7549925 or 1821836. OLE color: 1821836.

HSL color Cylindrical-coordinate representation of color #8CCC1B: hue angle of 81.69º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8CCC1B is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 204 27 -
CMYK 0.31 0 0.87 0.2
HSL 81.69º 0.77% 0.45% -
HSV(B) 81.69º 0.87% 0.8% -
XYZ 32.61 48.84 8.75 -
YUV 164.69 50.3 110.39 -
System Red Green Blue C M Y K H S L
Decimal 140 204 27 0.31 0 0.87 0.2 81.69 0.77 0.45
Hex 8C CC 1B 1F 0 57 14 52 4D 2D
Octal 214 314 33 37 0 127 24 122 115 55
Binary 10001100 11001100 11011 11111 0 1010111 10100 1010010 1001101 101101

Color Harmonies of #8CCC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCC1B

Black with #8CCC1B

Text Example


Text Example

White with #8CCC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,204,27); }

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

background-color css

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

 a { background-color: rgb(140,204,27); }

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

border-color css

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

 span { border-color: rgb(140,204,27); }

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