Html Css Color HEX #BFE40A Inch Worm

📋 copy color: '#BFE40A'

red 191 ◦ green 228 ◦ blue 10

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

Shades of Inch Worm #BFE40A

Tints of Inch Worm #BFE40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 44.52%
G = 53.15%
B = 2.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#BFE40A (or 0xBFE40A) is known color: Inch Worm. HEX triplet: BF, E4 and 0A. RGB value is (191,228,10). Sum of RGB (Red+Green+Blue) = 191+228+10=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 228 (89.45% from 255 or 53.15% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE40A is #401BF5. Grayscale: #C0C0C0. Windows color (decimal): -4201462 or 713919. OLE color: 713919.

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

Color convert

RGB 191 228 10 -
CMYK 0.16 0 0.96 0.11
HSL 70.18º 0.92% 0.47% -
HSV(B) 70.18º 0.96% 0.89% -
XYZ 49.28 66.59 10.54 -
YUV 192.09 25.24 127.23 -
System Red Green Blue C M Y K H S L
Decimal 191 228 10 0.16 0 0.96 0.11 70.18 0.92 0.47
Hex BF E4 A 10 0 60 B 46 5C 2F
Octal 277 344 12 20 0 140 13 106 134 57
Binary 10111111 11100100 1010 10000 0 1100000 1011 1000110 1011100 101111

Color Harmonies of #BFE40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE40A

Black with #BFE40A

Text Example


Text Example

White with #BFE40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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