Html Css Color HEX #BFDE15 Inch Worm

📋 copy color: '#BFDE15'

red 191 ◦ green 222 ◦ blue 21

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

Shades of Inch Worm #BFDE15

Tints of Inch Worm #BFDE15

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.15%

 BLUE value IS 21 (8.59% from 255) = 4.84%

R = 44.01%
G = 51.15%
B = 4.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#BFDE15 (or 0xBFDE15) is known color: Inch Worm. HEX triplet: BF, DE and 15. RGB value is (191,222,21). Sum of RGB (Red+Green+Blue) = 191+222+21=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDE15 is #4021EA. Grayscale: #BEBEBE. Windows color (decimal): -4202987 or 1433279. OLE color: 1433279.

HSL color Cylindrical-coordinate representation of color #BFDE15: hue angle of 69.25º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFDE15 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 222 21 -
CMYK 0.14 0 0.91 0.13
HSL 69.25º 0.83% 0.48% -
HSV(B) 69.25º 0.91% 0.87% -
XYZ 47.74 63.37 10.43 -
YUV 189.82 32.73 128.84 -
System Red Green Blue C M Y K H S L
Decimal 191 222 21 0.14 0 0.91 0.13 69.25 0.83 0.48
Hex BF DE 15 E 0 5B D 45 53 30
Octal 277 336 25 16 0 133 15 105 123 60
Binary 10111111 11011110 10101 1110 0 1011011 1101 1000101 1010011 110000

Color Harmonies of #BFDE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDE15

Black with #BFDE15

Text Example


Text Example

White with #BFDE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDE15; }

 p { color: rgb(191,222,21); }

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

background-color css

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

 a { background-color: rgb(191,222,21); }

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

border-color css

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

 span { border-color: rgb(191,222,21); }

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