Html Css Color HEX #BFDE19 Inch Worm

📋 copy color: '#BFDE19'

red 191 ◦ green 222 ◦ blue 25

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

Shades of Inch Worm #BFDE19

Tints of Inch Worm #BFDE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.71%

R = 43.61%
G = 50.68%
B = 5.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#BFDE19 (or 0xBFDE19) is known color: Inch Worm. HEX triplet: BF, DE and 19. RGB value is (191,222,25). Sum of RGB (Red+Green+Blue) = 191+222+25=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDE19 is #4021E6. Grayscale: #BFBFBF. Windows color (decimal): -4202983 or 1695423. OLE color: 1695423.

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

Color convert

RGB 191 222 25 -
CMYK 0.14 0 0.89 0.13
HSL 69.44º 0.8% 0.48% -
HSV(B) 69.44º 0.89% 0.87% -
XYZ 47.78 63.39 10.64 -
YUV 190.27 34.73 128.52 -
System Red Green Blue C M Y K H S L
Decimal 191 222 25 0.14 0 0.89 0.13 69.44 0.8 0.48
Hex BF DE 19 E 0 59 D 45 50 30
Octal 277 336 31 16 0 131 15 105 120 60
Binary 10111111 11011110 11001 1110 0 1011001 1101 1000101 1010000 110000

Color Harmonies of #BFDE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDE19

Black with #BFDE19

Text Example


Text Example

White with #BFDE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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