Html Css Color HEX #BFE50A Inch Worm

📋 copy color: '#BFE50A'

red 191 ◦ green 229 ◦ blue 10

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

Shades of Inch Worm #BFE50A

Tints of Inch Worm #BFE50A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 53.26%

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

R = 44.42%
G = 53.26%
B = 2.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#BFE50A (or 0xBFE50A) is known color: Inch Worm. HEX triplet: BF, E5 and 0A. RGB value is (191,229,10). Sum of RGB (Red+Green+Blue) = 191+229+10=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 229 (89.84% from 255 or 53.26% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE50A is #401AF5. Grayscale: #C1C1C1. Windows color (decimal): -4201206 or 714175. OLE color: 714175.

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

Color convert

RGB 191 229 10 -
CMYK 0.17 0 0.96 0.10
HSL 70.41º 0.92% 0.47% -
HSV(B) 70.41º 0.96% 0.9% -
XYZ 49.56 67.14 10.63 -
YUV 192.67 24.91 126.81 -
System Red Green Blue C M Y K H S L
Decimal 191 229 10 0.17 0 0.96 0.10 70.41 0.92 0.47
Hex BF E5 A 11 0 60 A 46 5C 2F
Octal 277 345 12 21 0 140 12 106 134 57
Binary 10111111 11100101 1010 10001 0 1100000 1010 1000110 1011100 101111

Color Harmonies of #BFE50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE50A

Black with #BFE50A

Text Example


Text Example

White with #BFE50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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