Html Css Color HEX #BFE11D Inch Worm

📋 copy color: '#BFE11D'

red 191 ◦ green 225 ◦ blue 29

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

Shades of Inch Worm #BFE11D

Tints of Inch Worm #BFE11D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.56%

 BLUE value IS 29 (11.72% from 255) = 6.52%

R = 42.92%
G = 50.56%
B = 6.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#BFE11D (or 0xBFE11D) is known color: Inch Worm. HEX triplet: BF, E1 and 1D. RGB value is (191,225,29). Sum of RGB (Red+Green+Blue) = 191+225+29=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE11D is #401EE2. Grayscale: #C1C1C1. Windows color (decimal): -4202211 or 1958335. OLE color: 1958335.

HSL color Cylindrical-coordinate representation of color #BFE11D: hue angle of 70.41º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFE11D is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 225 29 -
CMYK 0.15 0 0.87 0.12
HSL 70.41º 0.77% 0.5% -
HSV(B) 70.41º 0.87% 0.88% -
XYZ 48.63 65.02 11.15 -
YUV 192.49 35.74 126.94 -
System Red Green Blue C M Y K H S L
Decimal 191 225 29 0.15 0 0.87 0.12 70.41 0.77 0.5
Hex BF E1 1D F 0 57 C 46 4D 32
Octal 277 341 35 17 0 127 14 106 115 62
Binary 10111111 11100001 11101 1111 0 1010111 1100 1000110 1001101 110010

Color Harmonies of #BFE11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE11D

Black with #BFE11D

Text Example


Text Example

White with #BFE11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE11D; }

 p { color: rgb(191,225,29); }

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

background-color css

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

 a { background-color: rgb(191,225,29); }

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

border-color css

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

 span { border-color: rgb(191,225,29); }

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