Html Css Color HEX #BFE60B Inch Worm

📋 copy color: '#BFE60B'

red 191 ◦ green 230 ◦ blue 11

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

Shades of Inch Worm #BFE60B

Tints of Inch Worm #BFE60B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.24%

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

R = 44.21%
G = 53.24%
B = 2.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#BFE60B (or 0xBFE60B) is known color: Inch Worm. HEX triplet: BF, E6 and 0B. RGB value is (191,230,11). Sum of RGB (Red+Green+Blue) = 191+230+11=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 230 (90.23% from 255 or 53.24% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE60B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE60B is #4019F4. Grayscale: #C2C2C2. Windows color (decimal): -4200949 or 779967. OLE color: 779967.

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

Color convert

RGB 191 230 11 -
CMYK 0.17 0 0.95 0.10
HSL 70.68º 0.91% 0.47% -
HSV(B) 70.68º 0.95% 0.9% -
XYZ 49.84 67.69 10.76 -
YUV 193.37 25.08 126.31 -
System Red Green Blue C M Y K H S L
Decimal 191 230 11 0.17 0 0.95 0.10 70.68 0.91 0.47
Hex BF E6 B 11 0 5F A 47 5B 2F
Octal 277 346 13 21 0 137 12 107 133 57
Binary 10111111 11100110 1011 10001 0 1011111 1010 1000111 1011011 101111

Color Harmonies of #BFE60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE60B

Black with #BFE60B

Text Example


Text Example

White with #BFE60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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