Html Css Color HEX #BFDC02 Inch Worm

📋 copy color: '#BFDC02'

red 191 ◦ green 220 ◦ blue 2

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

Shades of Inch Worm #BFDC02

Tints of Inch Worm #BFDC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 46.25%
G = 53.27%
B = 0.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#BFDC02 (or 0xBFDC02) is known color: Inch Worm. HEX triplet: BF, DC and 02. RGB value is (191,220,2). Sum of RGB (Red+Green+Blue) = 191+220+2=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDC02 is #4023FD. Grayscale: #BBBBBB. Windows color (decimal): -4203518 or 187583. OLE color: 187583.

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

Color convert

RGB 191 220 2 -
CMYK 0.13 0 0.99 0.14
HSL 67.98º 0.98% 0.44% -
HSV(B) 67.98º 0.99% 0.86% -
XYZ 47.09 62.27 9.59 -
YUV 186.48 23.89 131.23 -
System Red Green Blue C M Y K H S L
Decimal 191 220 2 0.13 0 0.99 0.14 67.98 0.98 0.44
Hex BF DC 2 D 0 63 E 44 62 2C
Octal 277 334 2 15 0 143 16 104 142 54
Binary 10111111 11011100 10 1101 0 1100011 1110 1000100 1100010 101100

Color Harmonies of #BFDC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC02

Black with #BFDC02

Text Example


Text Example

White with #BFDC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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