Html Css Color HEX #BFEA1D Inch Worm

📋 copy color: '#BFEA1D'

red 191 ◦ green 234 ◦ blue 29

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

Shades of Inch Worm #BFEA1D

Tints of Inch Worm #BFEA1D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.54%

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

R = 42.07%
G = 51.54%
B = 6.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#BFEA1D (or 0xBFEA1D) is known color: Inch Worm. HEX triplet: BF, EA and 1D. RGB value is (191,234,29). Sum of RGB (Red+Green+Blue) = 191+234+29=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 29 (11.72% from 255 or 6.39% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEA1D is #4015E2. Grayscale: #C6C6C6. Windows color (decimal): -4199907 or 1960639. OLE color: 1960639.

HSL color Cylindrical-coordinate representation of color #BFEA1D: hue angle of 72.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFEA1D is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 29 -
CMYK 0.18 0 0.88 0.08
HSL 72.59º 0.83% 0.52% -
HSV(B) 72.59º 0.88% 0.92% -
XYZ 51.13 70.01 11.98 -
YUV 197.77 32.75 123.17 -
System Red Green Blue C M Y K H S L
Decimal 191 234 29 0.18 0 0.88 0.08 72.59 0.83 0.52
Hex BF EA 1D 12 0 58 8 49 53 34
Octal 277 352 35 22 0 130 10 111 123 64
Binary 10111111 11101010 11101 10010 0 1011000 1000 1001001 1010011 110100

Color Harmonies of #BFEA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEA1D

Black with #BFEA1D

Text Example


Text Example

White with #BFEA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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