Html Css Color HEX #BFDC12 Inch Worm

📋 copy color: '#BFDC12'

red 191 ◦ green 220 ◦ blue 18

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

Shades of Inch Worm #BFDC12

Tints of Inch Worm #BFDC12

RGB

 RED value IS 191 (75% from 255) = 44.52%

 GREEN value IS 220 (86.33% from 255) = 51.28%

 BLUE value IS 18 (7.42% from 255) = 4.2%

R = 44.52%
G = 51.28%
B = 4.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#BFDC12 (or 0xBFDC12) is known color: Inch Worm. HEX triplet: BF, DC and 12. RGB value is (191,220,18). Sum of RGB (Red+Green+Blue) = 191+220+18=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDC12 is #4023ED. Grayscale: #BDBDBD. Windows color (decimal): -4203502 or 1236159. OLE color: 1236159.

HSL color Cylindrical-coordinate representation of color #BFDC12: hue angle of 68.61º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFDC12 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 220 18 -
CMYK 0.13 0 0.92 0.14
HSL 68.61º 0.85% 0.47% -
HSV(B) 68.61º 0.92% 0.86% -
XYZ 47.19 62.31 10.11 -
YUV 188.3 31.89 129.93 -
System Red Green Blue C M Y K H S L
Decimal 191 220 18 0.13 0 0.92 0.14 68.61 0.85 0.47
Hex BF DC 12 D 0 5C E 45 55 2F
Octal 277 334 22 15 0 134 16 105 125 57
Binary 10111111 11011100 10010 1101 0 1011100 1110 1000101 1010101 101111

Color Harmonies of #BFDC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC12

Black with #BFDC12

Text Example


Text Example

White with #BFDC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC12; }

 p { color: rgb(191,220,18); }

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

background-color css

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

 a { background-color: rgb(191,220,18); }

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

border-color css

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

 span { border-color: rgb(191,220,18); }

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