Html Css Color HEX #BFE30B Inch Worm

📋 copy color: '#BFE30B'

red 191 ◦ green 227 ◦ blue 11

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

Shades of Inch Worm #BFE30B

Tints of Inch Worm #BFE30B

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.91%

 BLUE value IS 11 (4.69% from 255) = 2.56%

R = 44.52%
G = 52.91%
B = 2.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#BFE30B (or 0xBFE30B) is known color: Inch Worm. HEX triplet: BF, E3 and 0B. RGB value is (191,227,11). Sum of RGB (Red+Green+Blue) = 191+227+11=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 227 (89.06% from 255 or 52.91% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE30B is #401CF4. Grayscale: #C0C0C0. Windows color (decimal): -4201717 or 779199. OLE color: 779199.

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

Color convert

RGB 191 227 11 -
CMYK 0.16 0 0.95 0.11
HSL 70º 0.91% 0.47% -
HSV(B) 70º 0.95% 0.89% -
XYZ 49.02 66.04 10.48 -
YUV 191.61 26.07 127.56 -
System Red Green Blue C M Y K H S L
Decimal 191 227 11 0.16 0 0.95 0.11 70 0.91 0.47
Hex BF E3 B 10 0 5F B 46 5B 2F
Octal 277 343 13 20 0 137 13 106 133 57
Binary 10111111 11100011 1011 10000 0 1011111 1011 1000110 1011011 101111

Color Harmonies of #BFE30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE30B

Black with #BFE30B

Text Example


Text Example

White with #BFE30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE30B; }

 p { color: rgb(191,227,11); }

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

background-color css

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

 a { background-color: rgb(191,227,11); }

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

border-color css

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

 span { border-color: rgb(191,227,11); }

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