Html Css Color HEX #BFE413 Inch Worm

📋 copy color: '#BFE413'

red 191 ◦ green 228 ◦ blue 19

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

Shades of Inch Worm #BFE413

Tints of Inch Worm #BFE413

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.05%

 BLUE value IS 19 (7.81% from 255) = 4.34%

R = 43.61%
G = 52.05%
B = 4.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#BFE413 (or 0xBFE413) is known color: Inch Worm. HEX triplet: BF, E4 and 13. RGB value is (191,228,19). Sum of RGB (Red+Green+Blue) = 191+228+19=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 228 (89.45% from 255 or 52.05% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE413 is #401BEC. Grayscale: #C1C1C1. Windows color (decimal): -4201453 or 1303743. OLE color: 1303743.

HSL color Cylindrical-coordinate representation of color #BFE413: hue angle of 70.62º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFE413 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 228 19 -
CMYK 0.16 0 0.92 0.11
HSL 70.62º 0.85% 0.48% -
HSV(B) 70.62º 0.92% 0.89% -
XYZ 49.35 66.61 10.87 -
YUV 193.11 29.74 126.49 -
System Red Green Blue C M Y K H S L
Decimal 191 228 19 0.16 0 0.92 0.11 70.62 0.85 0.48
Hex BF E4 13 10 0 5C B 47 55 30
Octal 277 344 23 20 0 134 13 107 125 60
Binary 10111111 11100100 10011 10000 0 1011100 1011 1000111 1010101 110000

Color Harmonies of #BFE413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE413

Black with #BFE413

Text Example


Text Example

White with #BFE413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE413; }

 p { color: rgb(191,228,19); }

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

background-color css

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

 a { background-color: rgb(191,228,19); }

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

border-color css

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

 span { border-color: rgb(191,228,19); }

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